Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2010-08-12 | 2 | -2/+4 |
|\ | |||||
| * | push: mention "git pull" in error message for non-fast forwards | Matthieu Moy | 2010-08-12 | 1 | -2/+2 |
| * | index-pack: Don't follow replace refs. | Nelson Elhage | 2010-08-12 | 1 | -0/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-08-09 | 3 | -22/+32 |
|\ \ | |/ | |||||
| * | prune: allow --dry-run for -n and --verbose for -v | René Scharfe | 2010-08-09 | 1 | -3/+2 |
| * | notes: allow --dry-run for -n and --verbose for -v | René Scharfe | 2010-08-09 | 1 | -2/+3 |
| * | Allow "check-ref-format --branch" from subdirectory | Jonathan Nieder | 2010-08-06 | 1 | -0/+2 |
| * | check-ref-format: handle subcommands in separate functions | Jonathan Nieder | 2010-08-06 | 1 | -17/+25 |
* | | ls-files: learn a debugging dump format | Thomas Rast | 2010-08-02 | 1 | -0/+9 |
* | | builtin/push.c: remove useless temporary variable | Jared Hance | 2010-08-02 | 1 | -4/+4 |
|/ | |||||
* | commit: remove full stop from usage help for -u | Stephen Boyd | 2010-07-27 | 1 | -1/+1 |
* | Clarify help message when no remote is specified in fetch/pull. | Matthieu Moy | 2010-07-27 | 1 | -1/+2 |
* | Cast execl*() NULL sentinels to (char *) | Thomas Rast | 2010-07-25 | 1 | -6/+6 |
* | Merge branch 'jl/add-n-ignore-missing' | Junio C Hamano | 2010-07-19 | 1 | -4/+12 |
|\ | |||||
| * | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 2010-07-12 | 1 | -4/+12 |
* | | Merge branch 'jc/diff-merge-base-multi' | Junio C Hamano | 2010-07-16 | 1 | -13/+0 |
* | | Merge branch 'wp/merge-tree-fix' | Junio C Hamano | 2010-07-15 | 1 | -1/+2 |
|\ \ | |||||
| * | | merge-tree: fix where two branches share no changes | Will Palmer | 2010-07-14 | 1 | -1/+2 |
* | | | Merge branch 'js/merge-rr-fix' | Junio C Hamano | 2010-07-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | MERGE_RR is in .git, not .git/rr-cache | Jay Soffian | 2010-07-14 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'jc/diff-merge-base-multi' | Junio C Hamano | 2010-07-15 | 1 | -8/+23 |
* | | | Merge branch 'jn/grep-open' | Junio C Hamano | 2010-07-15 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | grep -O: Do not pass color sequences as filenames to pager | Nazri Ramliy | 2010-07-07 | 1 | -0/+1 |
* | | | | Merge branch 'jk/maint-status-keep-index-timestamp' | Junio C Hamano | 2010-07-15 | 1 | -5/+11 |
|\ \ \ \ | |||||
| * | | | | do not write out index when status does not have to | Junio C Hamano | 2010-07-06 | 1 | -5/+11 |
* | | | | | Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fix | Junio C Hamano | 2010-07-08 | 1 | -5/+0 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2010-07-07 | 1 | -2/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge branch 'maint-1.6.4' into maint | Junio C Hamano | 2010-07-07 | 1 | -2/+2 |
| * | | | Merge branch 'tr/receive-pack-aliased-update-fix' into maint | Junio C Hamano | 2010-07-07 | 1 | -37/+91 |
| |/ / | |||||
* | | | Merge branch 'ar/decorate-color' | Junio C Hamano | 2010-06-30 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Allow customizable commit decorations colors | Nazri Ramliy | 2010-06-24 | 1 | -0/+3 |
* | | | | Merge branch 'cc/cherry-pick-stdin' | Junio C Hamano | 2010-06-30 | 1 | -17/+18 |
|\ \ \ \ | |||||
| * | | | | revert: do not rebuild argv on heap | Jonathan Nieder | 2010-06-29 | 1 | -16/+16 |
| * | | | | revert: accept arbitrary rev-list options | Christian Couder | 2010-06-25 | 1 | -1/+2 |
* | | | | | Merge branch 'jl/status-ignore-submodules' | Junio C Hamano | 2010-06-30 | 1 | -1/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Add the option "--ignore-submodules" to "git status" | Jens Lehmann | 2010-06-25 | 1 | -1/+6 |
* | | | | | | Merge branch 'jn/grep-open' | Junio C Hamano | 2010-06-30 | 1 | -26/+95 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Merge branch 'jp/string-list-api-cleanup' into jn/grep-open | Julian Phillips | 2010-06-27 | 15 | -82/+82 |
| |\ \ \ \ \ | |||||
| * | | | | | | grep -O: allow optional argument specifying the pager (or editor) | Johannes Schindelin | 2010-06-13 | 1 | -14/+12 |
| * | | | | | | grep: Add the option '--open-files-in-pager' | Johannes Schindelin | 2010-06-13 | 1 | -0/+73 |
| * | | | | | | Unify code paths of threaded greps | Johannes Schindelin | 2010-06-13 | 1 | -17/+5 |
| * | | | | | | grep: refactor grep_objects loop into its own function | Jonathan Nieder | 2010-06-13 | 1 | -10/+20 |
* | | | | | | | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | 14 | -79/+79 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 | 9 | -52/+52 |
| * | | | | | | string_list: Fix argument order for string_list_lookup | Julian Phillips | 2010-06-27 | 3 | -4/+4 |
| * | | | | | | string_list: Fix argument order for string_list_insert | Julian Phillips | 2010-06-27 | 8 | -13/+13 |
| * | | | | | | string_list: Fix argument order for for_each_string_list | Julian Phillips | 2010-06-27 | 3 | -10/+10 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'tr/rev-list-count' | Junio C Hamano | 2010-06-30 | 1 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rev-list: introduce --count option | Thomas Rast | 2010-06-12 | 1 | -0/+16 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-06-28 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | |