Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | git-pickaxe: pagenate output by default. | Junio C Hamano | 2006-10-20 | 1 | -1/+1 | |
| * | | | git-pickaxe -C: blame cut-and-pasted lines. | Junio C Hamano | 2006-10-20 | 2 | -3/+102 | |
| * | | | git-pickaxe -M: blame line movements within a file. | Junio C Hamano | 2006-10-20 | 2 | -7/+130 | |
| * | | | git-pickaxe: blame rewritten. | Junio C Hamano | 2006-10-19 | 8 | -0/+1314 | |
* | | | | git-pack-objects progress flag documentation and cleanup | Nicolas Pitre | 2006-11-07 | 2 | -9/+27 | |
* | | | | Merge branch 'jc/read-tree' | Junio C Hamano | 2006-11-07 | 5 | -60/+244 | |
|\ \ \ \ | ||||||
| * | | | | t6022: ignoring untracked files by merge-recursive when they do not matter | Junio C Hamano | 2006-10-27 | 1 | -23/+142 | |
| * | | | | merge-recursive: adjust to loosened "working file clobbered" check | Junio C Hamano | 2006-10-27 | 1 | -21/+20 | |
| * | | | | merge-recursive: make a few functions static. | Junio C Hamano | 2006-10-27 | 1 | -12/+13 | |
| * | | | | merge-recursive: use abbreviated commit object name. | Junio C Hamano | 2006-10-27 | 1 | -1/+1 | |
| * | | | | merge: loosen overcautious "working file will be lost" check. | Junio C Hamano | 2006-10-27 | 3 | -4/+69 | |
* | | | | | Merge branch 'np/index-pack' | Junio C Hamano | 2006-11-07 | 13 | -411/+824 | |
|\ \ \ \ \ | ||||||
| * | | | | | remove .keep pack lock files when done with refs update | Nicolas Pitre | 2006-11-03 | 4 | -39/+116 | |
| * | | | | | have index-pack create .keep file more carefully | Nicolas Pitre | 2006-11-03 | 1 | -7/+10 | |
| * | | | | | improve fetch-pack's handling of kept packs | Nicolas Pitre | 2006-11-03 | 5 | -100/+106 | |
| * | | | | | git-fetch can use both --thin and --keep with fetch-pack now | Nicolas Pitre | 2006-11-03 | 1 | -2/+2 | |
| * | | | | | Teach receive-pack how to keep pack files based on object count. | Shawn Pearce | 2006-11-03 | 4 | -21/+91 | |
| * | | | | | Allow pack header preprocessing before unpack-objects/index-pack. | Nicolas Pitre | 2006-11-03 | 2 | -0/+28 | |
| * | | | | | Merge branch 'master' into np/index-pack | Junio C Hamano | 2006-11-03 | 64 | -722/+1893 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'sp/keep-pack' into np/index-pack | Junio C Hamano | 2006-11-02 | 24 | -342/+600 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove unused variable in receive-pack. | Shawn Pearce | 2006-10-30 | 1 | -5/+2 | |
| | * | | | | | | Teach git-index-pack how to keep a pack file. | Shawn Pearce | 2006-10-29 | 2 | -6/+61 | |
| | * | | | | | | Merge early part of branch 'np/index-pack' into sp/keep-pack | Junio C Hamano | 2006-10-29 | 4 | -284/+436 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Only repack active packs by skipping over kept packs. | Shawn Pearce | 2006-10-29 | 1 | -10/+17 | |
| | * | | | | | | | Allow short pack names to git-pack-objects --unpacked=. | Shawn Pearce | 2006-10-29 | 1 | -1/+19 | |
| * | | | | | | | | Revert "send-pack --keep: do not explode into loose objects on the receiving ... | Junio C Hamano | 2006-10-30 | 4 | -48/+10 | |
| * | | | | | | | | missing small substitution | Nicolas Pitre | 2006-10-29 | 1 | -1/+1 | |
| * | | | | | | | | send-pack --keep: do not explode into loose objects on the receiving end. | Junio C Hamano | 2006-10-29 | 4 | -10/+48 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | index-pack: minor fixes to comment and function name | Nicolas Pitre | 2006-10-27 | 1 | -12/+12 | |
| * | | | | | | | enhance clone and fetch -k experience | Nicolas Pitre | 2006-10-27 | 2 | -206/+15 | |
| * | | | | | | | mimic unpack-objects when --stdin is used with index-pack | Nicolas Pitre | 2006-10-26 | 1 | -3/+16 | |
| * | | | | | | | add progress status to index-pack | Nicolas Pitre | 2006-10-26 | 2 | -6/+75 | |
| * | | | | | | | make index-pack able to complete thin packs. | Nicolas Pitre | 2006-10-26 | 2 | -44/+224 | |
| * | | | | | | | enable index-pack streaming capability | Nicolas Pitre | 2006-10-25 | 2 | -30/+111 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-06 | 4 | -17/+62 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Documentation: Transplanting branch with git-rebase --onto | Jakub Narebski | 2006-11-06 | 1 | -8/+57 | |
| * | | | | | | | merge-recursive implicitely depends on trust_executable_bit | Alex Riesen | 2006-11-06 | 1 | -0/+1 | |
| * | | | | | | | adjust_shared_perm: chmod() only when needed. | Junio C Hamano | 2006-11-05 | 1 | -1/+1 | |
| * | | | | | | | Fix git-runstatus for repositories containing a file named HEAD | Jeff King | 2006-11-05 | 1 | -8/+3 | |
* | | | | | | | | Document git-pack-refs and link it to git(7). | Junio C Hamano | 2006-11-06 | 2 | -0/+60 | |
* | | | | | | | | Remove more sed invocations from within bash completion. | Shawn O. Pearce | 2006-11-05 | 1 | -7/+7 | |
* | | | | | | | | Support bash completion on symmetric difference operator. | Shawn O. Pearce | 2006-11-05 | 1 | -3/+8 | |
* | | | | | | | | Take --git-dir into consideration during bash completion. | Shawn O. Pearce | 2006-11-05 | 1 | -53/+70 | |
* | | | | | | | | Bash completion support for remotes in .git/config. | Shawn O. Pearce | 2006-11-05 | 1 | -5/+21 | |
* | | | | | | | | Only load .exe suffix'd completions on Cygwin. | Shawn O. Pearce | 2006-11-05 | 1 | -0/+2 | |
* | | | | | | | | Added missing completions for show-branch and merge-base. | Shawn O. Pearce | 2006-11-05 | 1 | -0/+4 | |
* | | | | | | | | cherry is built-in, do not ship git-cherry.sh | Junio C Hamano | 2006-11-05 | 3 | -91/+39 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-04 | 4 | -26/+15 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4 | Shawn O. Pearce | 2006-11-04 | 2 | -13/+12 | |
| * | | | | | | | Remove SIMPLE_PROGRAMS and make git-daemon a normal program. | Shawn O. Pearce | 2006-11-04 | 1 | -12/+2 |