Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | git-shortlog: migrate to parse-options partially. | Pierre Habouzit | 2008-07-09 | 1 | -58/+77 | |
| * | | | | | | git-blame: fix lapsus | Pierre Habouzit | 2008-07-09 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | git-blame: migrate to incremental parse-option [2/2] | Pierre Habouzit | 2008-07-08 | 1 | -92/+38 | |
| * | | | | | git-blame: migrate to incremental parse-option [1/2] | Pierre Habouzit | 2008-07-08 | 1 | -102/+118 | |
| * | | | | | revisions: split handle_revision_opt() from setup_revisions() | Pierre Habouzit | 2008-07-08 | 2 | -326/+226 | |
| * | | | | | Merge branch 'jc/blame' (early part) into HEAD | Junio C Hamano | 2008-07-08 | 5 | -61/+199 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | git-blame --reverse | Junio C Hamano | 2008-04-12 | 1 | -16/+65 | |
| | * | | | | | builtin-blame.c: allow more than 16 parents | Junio C Hamano | 2008-04-12 | 1 | -32/+61 | |
| | * | | | | | builtin-blame.c: move prepare_final() into a separate function. | Junio C Hamano | 2008-04-12 | 1 | -23/+33 | |
| | * | | | | | rev-list --children | Junio C Hamano | 2008-04-12 | 2 | -0/+14 | |
| | * | | | | | revision traversal: --children option | Junio C Hamano | 2008-04-12 | 2 | -3/+38 | |
| * | | | | | | parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option. | Pierre Habouzit | 2008-06-30 | 2 | -0/+2 | |
| * | | | | | | parse-opt: fake short strings for callers to believe in. | Pierre Habouzit | 2008-06-30 | 2 | -0/+16 | |
| * | | | | | | parse-opt: do not print errors on unknown options, return -2 intead. | Pierre Habouzit | 2008-06-30 | 1 | -13/+30 | |
| * | | | | | | parse-opt: create parse_options_step. | Pierre Habouzit | 2008-06-30 | 2 | -39/+56 | |
| * | | | | | | parse-opt: Export a non NORETURN usage dumper. | Pierre Habouzit | 2008-06-30 | 2 | -7/+26 | |
| * | | | | | | parse-opt: have parse_options_{start,end}. | Pierre Habouzit | 2008-06-30 | 2 | -30/+55 | |
* | | | | | | | Merge branch 'am/stash-branch' | Junio C Hamano | 2008-07-13 | 3 | -1/+99 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add a test for "git stash branch" | Abhijit Menon-Sen | 2008-07-06 | 1 | -0/+60 | |
| * | | | | | | | Implement "git stash branch <newbranch> <stash>" | Abhijit Menon-Sen | 2008-07-05 | 2 | -1/+39 | |
* | | | | | | | | Merge branch 'sg/stash-k-i' | Junio C Hamano | 2008-07-13 | 3 | -6/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Documentation: tweak use case in "git stash save --keep-index" | Eric Raible | 2008-07-08 | 1 | -7/+8 | |
| * | | | | | | | | stash: introduce 'stash save --keep-index' option | SZEDER Gábor | 2008-07-05 | 3 | -6/+51 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'jc/report-tracking' | Junio C Hamano | 2008-07-13 | 7 | -90/+244 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | branch -r -v: do not spit out garbage | Junio C Hamano | 2008-07-06 | 1 | -3/+2 | |
| * | | | | | | | | stat_tracking_info(): clear object flags used during counting | Junio C Hamano | 2008-07-03 | 3 | -0/+75 | |
| * | | | | | | | | git-branch -v: show the remote tracking statistics | Junio C Hamano | 2008-07-02 | 1 | -2/+25 | |
| * | | | | | | | | git-status: show the remote tracking statistics | Junio C Hamano | 2008-07-02 | 1 | -0/+22 | |
| * | | | | | | | | Refactor "tracking statistics" code used by "git checkout" | Junio C Hamano | 2008-07-02 | 3 | -88/+123 | |
* | | | | | | | | | Merge branch 'js/pick-root' | Junio C Hamano | 2008-07-13 | 2 | -10/+46 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow cherry-picking root commits | Johannes Schindelin | 2008-07-07 | 2 | -10/+46 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'ab/bundle' | Junio C Hamano | 2008-07-13 | 1 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Teach git-bundle to read revision arguments from stdin like git-rev-list. | Adam Brewster | 2008-07-07 | 1 | -2/+11 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'tr/add-i-e' | Junio C Hamano | 2008-07-13 | 3 | -100/+174 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | git-add--interactive: manual hunk editing mode | Thomas Rast | 2008-07-02 | 3 | -0/+187 | |
| * | | | | | | | | git-add--interactive: remove hunk coalescing | Thomas Rast | 2008-07-02 | 1 | -89/+0 | |
| * | | | | | | | | git-add--interactive: replace hunk recounting with apply --recount | Thomas Rast | 2008-07-02 | 1 | -27/+3 | |
* | | | | | | | | | apply: fix copy/rename breakage | Junio C Hamano | 2008-07-09 | 2 | -3/+27 | |
* | | | | | | | | | Merge branch 'jk/pager-config' | Junio C Hamano | 2008-07-09 | 1 | -4/+47 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow per-command pager config | Jeff King | 2008-07-06 | 1 | -4/+47 | |
* | | | | | | | | | | Merge branch 'js/apply-root' | Junio C Hamano | 2008-07-09 | 3 | -1/+76 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-apply --directory: make --root more similar to GNU diff | Junio C Hamano | 2008-07-06 | 3 | -8/+12 | |
| * | | | | | | | | | | apply --root: thinkofix. | Junio C Hamano | 2008-07-02 | 2 | -4/+15 | |
| * | | | | | | | | | | Teach "git apply" to prepend a prefix with "--root=<root>" | Johannes Schindelin | 2008-07-01 | 3 | -1/+61 | |
* | | | | | | | | | | | Merge branch 'jc/reflog-expire' | Junio C Hamano | 2008-07-09 | 1 | -19/+137 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Make default expiration period of reflog used for stash infinite | Junio C Hamano | 2008-06-28 | 1 | -0/+11 | |
| * | | | | | | | | | | | Per-ref reflog expiry configuration | Junio C Hamano | 2008-06-28 | 1 | -19/+126 | |
* | | | | | | | | | | | | git-send-email: Fix authenticating on some servers when using TLS. | Robert Shearman | 2008-07-09 | 1 | -0/+3 | |
* | | | | | | | | | | | | Provide fallback definitions of PRIu32 and PRIx32 | Johannes Sixt | 2008-07-09 | 1 | -0/+8 | |
* | | | | | | | | | | | | t9100-git-svn-basic.sh: Fix determination of utf-8 locale | Ramsay Jones | 2008-07-09 | 1 | -4/+4 |