summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | git-pickaxe: pagenate output by default.Junio C Hamano2006-10-201-1/+1
| * | | git-pickaxe -C: blame cut-and-pasted lines.Junio C Hamano2006-10-202-3/+102
| * | | git-pickaxe -M: blame line movements within a file.Junio C Hamano2006-10-202-7/+130
| * | | git-pickaxe: blame rewritten.Junio C Hamano2006-10-198-0/+1314
* | | | git-pack-objects progress flag documentation and cleanupNicolas Pitre2006-11-072-9/+27
* | | | Merge branch 'jc/read-tree'Junio C Hamano2006-11-075-60/+244
|\ \ \ \
| * | | | t6022: ignoring untracked files by merge-recursive when they do not matterJunio C Hamano2006-10-271-23/+142
| * | | | merge-recursive: adjust to loosened "working file clobbered" checkJunio C Hamano2006-10-271-21/+20
| * | | | merge-recursive: make a few functions static.Junio C Hamano2006-10-271-12/+13
| * | | | merge-recursive: use abbreviated commit object name.Junio C Hamano2006-10-271-1/+1
| * | | | merge: loosen overcautious "working file will be lost" check.Junio C Hamano2006-10-273-4/+69
* | | | | Merge branch 'np/index-pack'Junio C Hamano2006-11-0713-411/+824
|\ \ \ \ \
| * | | | | remove .keep pack lock files when done with refs updateNicolas Pitre2006-11-034-39/+116
| * | | | | have index-pack create .keep file more carefullyNicolas Pitre2006-11-031-7/+10
| * | | | | improve fetch-pack's handling of kept packsNicolas Pitre2006-11-035-100/+106
| * | | | | git-fetch can use both --thin and --keep with fetch-pack nowNicolas Pitre2006-11-031-2/+2
| * | | | | Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-034-21/+91
| * | | | | Allow pack header preprocessing before unpack-objects/index-pack.Nicolas Pitre2006-11-032-0/+28
| * | | | | Merge branch 'master' into np/index-packJunio C Hamano2006-11-0364-722/+1893
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sp/keep-pack' into np/index-packJunio C Hamano2006-11-0224-342/+600
| |\ \ \ \ \ \
| | * | | | | | Remove unused variable in receive-pack.Shawn Pearce2006-10-301-5/+2
| | * | | | | | Teach git-index-pack how to keep a pack file.Shawn Pearce2006-10-292-6/+61
| | * | | | | | Merge early part of branch 'np/index-pack' into sp/keep-packJunio C Hamano2006-10-294-284/+436
| | |\ \ \ \ \ \
| | * | | | | | | Only repack active packs by skipping over kept packs.Shawn Pearce2006-10-291-10/+17
| | * | | | | | | Allow short pack names to git-pack-objects --unpacked=.Shawn Pearce2006-10-291-1/+19
| * | | | | | | | Revert "send-pack --keep: do not explode into loose objects on the receiving ...Junio C Hamano2006-10-304-48/+10
| * | | | | | | | missing small substitutionNicolas Pitre2006-10-291-1/+1
| * | | | | | | | send-pack --keep: do not explode into loose objects on the receiving end.Junio C Hamano2006-10-294-10/+48
| | |/ / / / / / | |/| | | | | |
| * | | | | | | index-pack: minor fixes to comment and function nameNicolas Pitre2006-10-271-12/+12
| * | | | | | | enhance clone and fetch -k experienceNicolas Pitre2006-10-272-206/+15
| * | | | | | | mimic unpack-objects when --stdin is used with index-packNicolas Pitre2006-10-261-3/+16
| * | | | | | | add progress status to index-packNicolas Pitre2006-10-262-6/+75
| * | | | | | | make index-pack able to complete thin packs.Nicolas Pitre2006-10-262-44/+224
| * | | | | | | enable index-pack streaming capabilityNicolas Pitre2006-10-252-30/+111
* | | | | | | | Merge branch 'maint'Junio C Hamano2006-11-064-17/+62
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Documentation: Transplanting branch with git-rebase --ontoJakub Narebski2006-11-061-8/+57
| * | | | | | | merge-recursive implicitely depends on trust_executable_bitAlex Riesen2006-11-061-0/+1
| * | | | | | | adjust_shared_perm: chmod() only when needed.Junio C Hamano2006-11-051-1/+1
| * | | | | | | Fix git-runstatus for repositories containing a file named HEADJeff King2006-11-051-8/+3
* | | | | | | | Document git-pack-refs and link it to git(7).Junio C Hamano2006-11-062-0/+60
* | | | | | | | Remove more sed invocations from within bash completion.Shawn O. Pearce2006-11-051-7/+7
* | | | | | | | Support bash completion on symmetric difference operator.Shawn O. Pearce2006-11-051-3/+8
* | | | | | | | Take --git-dir into consideration during bash completion.Shawn O. Pearce2006-11-051-53/+70
* | | | | | | | Bash completion support for remotes in .git/config.Shawn O. Pearce2006-11-051-5/+21
* | | | | | | | Only load .exe suffix'd completions on Cygwin.Shawn O. Pearce2006-11-051-0/+2
* | | | | | | | Added missing completions for show-branch and merge-base.Shawn O. Pearce2006-11-051-0/+4
* | | | | | | | cherry is built-in, do not ship git-cherry.shJunio C Hamano2006-11-053-91/+39
* | | | | | | | Merge branch 'maint'Junio C Hamano2006-11-044-26/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce2006-11-042-13/+12
| * | | | | | | Remove SIMPLE_PROGRAMS and make git-daemon a normal program.Shawn O. Pearce2006-11-041-12/+2