Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix big left-shifts of unsigned char | Linus Torvalds | 2009-06-18 | 8 | -16/+12 |
* | Merge branch 'maint-1.6.2' into maint | Junio C Hamano | 2009-06-13 | 1 | -33/+32 |
|\ | |||||
| * | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2009-06-13 | 1 | -33/+32 |
| |\ | |||||
| | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-06-13 | 2 | -34/+34 |
| | |\ | |||||
| | | * | git-rerere.txt: grammatical fixups and cleanups | Stephen Boyd | 2009-06-13 | 1 | -33/+32 |
* | | | | Documentation: git-send-mail can take rev-list arg to drive format-patch | Paolo Bonzini | 2009-06-11 | 1 | -0/+4 |
* | | | | Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maint | Junio C Hamano | 2009-06-11 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | rebase--interactive: remote stray closing parenthesis | Uwe Kleine-König | 2009-06-11 | 1 | -1/+1 |
* | | | | | diff.c: plug a memory leak in an error path | Johannes Sixt | 2009-06-08 | 1 | -0/+1 |
* | | | | | fetch-pack: close output channel after sideband demultiplexer terminates | Johannes Sixt | 2009-06-08 | 1 | -1/+3 |
* | | | | | builtin-remote: Make "remote show" display all urls | Michael J Gruber | 2009-06-08 | 1 | -3/+6 |
* | | | | | Documentation: refer to gitworkflows(7) from tutorial and git(1) | Thomas Rast | 2009-06-06 | 2 | -1/+8 |
* | | | | | daemon: Strictly parse the "extra arg" part of the command | Shawn O. Pearce | 2009-06-06 | 2 | -5/+10 |
* | | | | | GIT 1.6.3.2v1.6.3.2 | Junio C Hamano | 2009-06-03 | 2 | -8/+6 |
* | | | | | grep: fix empty word-regexp matches | René Scharfe | 2009-06-03 | 1 | -1/+5 |
* | | | | | blame: correctly handle a path that used to be a directory | Junio C Hamano | 2009-06-03 | 2 | -8/+33 |
* | | | | | add -i: do not dump patch during application | Thomas Rast | 2009-06-03 | 1 | -1/+0 |
* | | | | | Update draft release notes for 1.6.3.2 | Junio C Hamano | 2009-06-02 | 1 | -14/+26 |
* | | | | | Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maint | Junio C Hamano | 2009-06-02 | 2 | -16/+21 |
|\ \ \ \ \ | |||||
| * | | | | | Change xdl_merge to generate output even for null merges | Charles Bailey | 2009-05-24 | 2 | -17/+16 |
| * | | | | | t6023: merge-file fails to output anything for a degenerate merge | Charles Bailey | 2009-05-24 | 1 | -0/+6 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'rs/maint-grep-word-regexp-fix' into maint | Junio C Hamano | 2009-06-02 | 2 | -1/+11 |
|\ \ \ \ \ | |||||
| * | | | | | grep: fix colouring of matches with zero length | René Scharfe | 2009-06-01 | 1 | -0/+2 |
| * | | | | | grep: fix word-regexp at the beginning of lines | René Scharfe | 2009-05-23 | 2 | -1/+9 |
* | | | | | | Merge branch 'sb/maint-1.6.2-opt-filename-fix' into maint | Junio C Hamano | 2009-06-02 | 6 | -0/+93 |
|\ \ \ \ \ \ | |||||
| * | | | | | | apply, fmt-merge-msg: use relative filenames | Stephen Boyd | 2009-05-23 | 4 | -0/+79 |
| * | | | | | | commit: -F overrides -t | Stephen Boyd | 2009-05-23 | 2 | -0/+14 |
* | | | | | | | Merge branch 'jc/maint-add-p-coalesce-fix' into maint | Junio C Hamano | 2009-06-02 | 2 | -1/+133 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t3701: ensure correctly set up repository after skipped tests | Johannes Sixt | 2009-05-25 | 1 | -0/+6 |
| * | | | | | | | Revert "git-add--interactive: remove hunk coalescing" | Junio C Hamano | 2009-05-16 | 2 | -2/+96 |
| * | | | | | | | Splitting a hunk that adds a line at the top fails in "add -p" | Matt Graham | 2009-05-16 | 1 | -0/+32 |
* | | | | | | | | Merge branch 'tr/maint-doc-stash-pop' into maint | Junio C Hamano | 2009-06-02 | 2 | -16/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation: teach stash/pop workflow instead of stash/apply | Thomas Rast | 2009-05-28 | 2 | -16/+18 |
* | | | | | | | | | fix segfault showing an empty remote | Clemens Buchacher | 2009-05-27 | 2 | -4/+14 |
|/ / / / / / / / | |||||
* | | | | | | | | Prepare for 1.6.3.2 | Junio C Hamano | 2009-05-25 | 2 | -1/+52 |
* | | | | | | | | Merge branch 'js/maint-no-ln-across-libexec-and-bin' into maint | Junio C Hamano | 2009-05-25 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile | Johannes Schindelin | 2009-05-13 | 1 | -0/+4 |
* | | | | | | | | | Merge branch 'lt/maint-diff-reduce-lstat' into maint | Junio C Hamano | 2009-05-25 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Teach 'git checkout' to preload the index contents | Linus Torvalds | 2009-05-09 | 1 | -2/+2 |
| * | | | | | | | | | Avoid unnecessary 'lstat()' calls in 'get_stat_data()' | Linus Torvalds | 2009-05-09 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'jm/format-patch-no-auto-n-when-k-is-given' into maint | Junio C Hamano | 2009-05-25 | 2 | -1/+20 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | format-patch let -k override a config-specified format.numbered | Jim Meyering | 2009-05-09 | 2 | -1/+20 |
* | | | | | | | | | | | Merge branch 'do/maint-merge-recursive-fix' into maint | Junio C Hamano | 2009-05-25 | 2 | -5/+101 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | merge-recursive: never leave index unmerged while recursing | Dave Olszewski | 2009-05-09 | 2 | -5/+101 |
* | | | | | | | | | | | | Merge branch 'jk/maint-1.6.0-trace-argv' into maint | Junio C Hamano | 2009-05-25 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | fix GIT_TRACE segfault with shell-quoted aliases | Jeff King | 2009-05-09 | 1 | -4/+4 |
* | | | | | | | | | | | | | Merge branch 'np/push-delta' into maint | Junio C Hamano | 2009-05-25 | 3 | -8/+23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | allow OFS_DELTA objects during a push | Nicolas Pitre | 2009-05-01 | 3 | -8/+23 |
* | | | | | | | | | | | | | | Merge branch 'ar/merge-one-file-diag' into maint | Junio C Hamano | 2009-05-25 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Clarify kind of conflict in merge-one-file helper | Alex Riesen | 2009-04-29 | 1 | -2/+9 |