Sign in
googlers
/
jrn
/
git
/
4d9005ff5d1de0b4e82402320aab4ff27aa23b43
/
Documentation
/
git-pack-objects.txt
28b8a73
pack-objects: add delta-islands support
by Jeff King
· 7 years ago
5a97e7b
Merge branch 'nd/pack-unreachable-objects-doc'
by Junio C Hamano
· 7 years ago
ad635e8
Merge branch 'nd/pack-objects-pack-struct'
by Junio C Hamano
· 7 years ago
58bd77b
pack-objects: validation and documentation about unreachable options
by Nguyễn Thái Ngọc Duy
· 7 years ago
ed7e5fc
repack: add --keep-pack option
by Nguyễn Thái Ngọc Duy
· 7 years ago
b5c0cbd
pack-objects: use bitfield for object_entry::depth
by Nguyễn Thái Ngọc Duy
· 7 years ago
0c16cd4
gc: do not repack promisor packfiles
by Jonathan Tan
· 7 years ago
4875c97
list-objects-filter-options: support --no-filter
by Jeff Hostetler
· 7 years ago
9535ce7
pack-objects: add list-objects filtering
by Jeff Hostetler
· 7 years ago
4a4becf
Doc: clarify that pack-objects makes packs, plural
by Jonathan Tan
· 8 years ago
954176c
document git-repack interaction of pack.threads and pack.windowMemory
by Michael Stahl
· 9 years ago
9cea46c
pack-objects: warn on split packs disabling bitmaps
by Eric Wong
· 9 years ago
1c262bb
doc: convert \--option to --option
by Jeff King
· 10 years ago
2dacf26
pack-objects: use --objects-edge-aggressive for shallow repos
by brian m. carlson
· 10 years ago
b790e0f
upload-pack: send shallow info over stdin to pack-objects
by Nguyễn Thái Ngọc Duy
· 11 years ago
40a4f5a
pack-objects doc: treat output filename as opaque
by Jeff King
· 11 years ago
d5fa1f1
The name of the hash function is "SHA-1", not "SHA1"
by Thomas Ackermann
· 12 years ago
2de9b71
Documentation: the name of the system is 'Git', not 'git'
by Thomas Ackermann
· 12 years ago
0353a0c
remove doubled words, e.g., s/to to/to/, and fix related typos
by Jim Meyering
· 14 years ago
8f84c95
Sync with 1.7.4.3
by Junio C Hamano
· 14 years ago
c14f372
Doc: mention --delta-base-offset is the default for Porcelain commands
by Junio C Hamano
· 14 years ago
17a0299
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
2f8ee02
git-pack-objects.txt: fix grammatical errors
by Stephen Boyd
· 14 years ago
48bb914
doc: drop author/documentation sections from most pages
by Jeff King
· 14 years ago
0adda93
Use parentheses and `...' where appropriate
by Štěpán Němec
· 14 years ago
62b4698
Use angles for placeholders consistently
by Štěpán Němec
· 14 years ago
18879bc
pack-objects documentation: Fix --honor-pack-keep as well.
by Nelson Elhage
· 15 years ago
3909f14
pack-objects documentation: reword "objects that appear in the standard input"
by Junio C Hamano
· 15 years ago
21da426
Documentation: pack-objects: Clarify --local's semantics.
by Nelson Elhage
· 15 years ago
738820a
Documentation: describe --thin more accurately
by Stephen Boyd
· 15 years ago
cc1b8d8
docs: don't talk about $GIT_DIR/refs/ everywhere
by Jeff King
· 15 years ago
07cf0f2
make --max-pack-size argument to 'git pack-object' count in bytes
by Nicolas Pitre
· 15 years ago
0b444cd
Documentation: spell 'git cmd' without dash throughout
by Thomas Rast
· 15 years ago
4f36627
pack-objects: split implications of --all-progress from progress activation
by Nicolas Pitre
· 15 years ago
7f3140c
git repack: keep commits hidden by a graft
by Johannes Schindelin
· 16 years ago
daae062
pack-objects: extend --local to mean ignore non-local loose objects too
by Brandon Casey
· 16 years ago
e96fb9b
pack-objects: new option --honor-pack-keep
by Brandon Casey
· 16 years ago
ba020ef
manpages: italicize git command names (which were in teletype font)
by Jonathan Nieder
· 17 years ago
483bc4f
Documentation formatting and cleanup
by Jonathan Nieder
· 17 years ago
b1889c3
Documentation: be consistent about "git-" versus "git "
by Jonathan Nieder
· 17 years ago
3240240
Docs: Use "-l::\n--long\n" format in OPTIONS sections
by Stephan Beyer
· 17 years ago
9e1f0a8
documentation: move git(7) to git(1)
by Christian Couder
· 17 years ago
56ae8df
Manual subsection to refer to other pages is SEE ALSO
by Junio C Hamano
· 17 years ago
ba1333f
git-pack-objects.txt: Make wording slightly less ambiguous
by Peter Eriksen
· 17 years ago
f0a24aa
git-pack-objects: Automatically pack annotated tags if object was packed
by Shawn O. Pearce
· 17 years ago
833e3df
pack-objects: Add runtime detection of online CPU's
by Andreas Ericsson
· 17 years ago
2b84b5a
Introduce the config variable pack.packSizeLimit
by Johannes Schindelin
· 17 years ago
5162e69
Documentation: rename gitlink macro to linkgit
by Dan McGee
· 17 years ago
4f337e2
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
1e6ab5d
Move the paragraph specifying where the .idx and .pack files should be
by Matt Kraai
· 17 years ago
d225ae5
Merge branch 'np/delta'
by Junio C Hamano
· 18 years ago
05cc2ff
fix doc for --compression argument to pack-objects
by Nicolas Pitre
· 18 years ago
367f4a4
threaded delta search: specify number of threads at run time
by Nicolas Pitre
· 18 years ago
e93b15c
Add documentation for --window-memory, pack.windowMemory
by Brian Downing
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
6b94b1a
git-repack --max-pack-size: add option parsing to enable feature
by Dana L. How
· 18 years ago
960ccca
Custom compression levels for objects and packs
by Dana How
· 18 years ago
fa736f7
allow for undeltified objects not to be reused
by Nicolas Pitre
· 18 years ago
618e613
Increase pack.depth default to 50
by Theodore Ts'o
· 18 years ago
842aaf9
Add pack.depth option to git-pack-objects.
by Theodore Ts'o
· 18 years ago
be18c1f
document --index-version for index-pack and pack-objects
by Nicolas Pitre
· 18 years ago
231f240
git-pack-objects progress flag documentation and cleanup
by Nicolas Pitre
· 18 years ago
fa438a2
make git-push a bit more verbose
by Nicolas Pitre
· 18 years ago
7854e52
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
e23ed9a
pack-objects doesn't create random pack names
by Nicolas Pitre
· 18 years ago
05eb811
Merge branch 'np/pack'
by Junio C Hamano
· 18 years ago
63fba75
pack-objects: document --delta-base-offset option
by Junio C Hamano
· 18 years ago
3df1967
Add default values for --window and --depth to the docs
by Dennis Stosberg
· 18 years ago
4321134
pack-objects: document --revs, --unpacked and --all.
by Junio C Hamano
· 19 years ago
7bd7f28
Remove trailing dot after short description
by Fredrik Kuivinen
· 19 years ago
46444f5
cosmetics: change from 'See-Also' to 'See Also'
by Jeff Muizelaar
· 19 years ago
ca5381d
pack-objects: finishing touches.
by Junio C Hamano
· 19 years ago
8943867
Documentation: spell.
by Junio C Hamano
· 19 years ago
63ae26f
Document the --non-empty command-line option to git-pack-objects.
by Nikolai Weibull
· 19 years ago
12ea5be
Update git-pack-objects documentation.
by Junio C Hamano
· 19 years ago
72e9340
Convert usage of GIT and Git into git
by Christian Meder
· 19 years ago
98438bd
Remove the version tags from the manpages
by Junio C Hamano
· 19 years ago
df8baa4
[PATCH] Random documentation fixes
by Jonas Fonseca
· 19 years ago
a7154e9
[PATCH] Documentation: Update all files to use the new gitlink: macro
by Sergey Vlasov
· 19 years ago
215a7ad
Big tool rename.
by Junio C Hamano
· 20 years ago
e31bb3b
[PATCH] Add documentation for git repack and git-prune-packed.
by Junio C Hamano
· 20 years ago
2c6e477
[PATCH] Assorted documentation patches
by Johannes Schindelin
· 20 years ago
5f40520
[PATCH] Documentation: packed GIT support commands.
by Junio C Hamano
· 20 years ago