summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | git-shortlog: migrate to parse-options partially.Pierre Habouzit2008-07-091-58/+77
| * | | | | | git-blame: fix lapsusPierre Habouzit2008-07-091-1/+1
| | |_|/ / / | |/| | | |
| * | | | | git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit2008-07-081-92/+38
| * | | | | git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit2008-07-081-102/+118
| * | | | | revisions: split handle_revision_opt() from setup_revisions()Pierre Habouzit2008-07-082-326/+226
| * | | | | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-085-61/+199
| |\ \ \ \ \
| | * | | | | git-blame --reverseJunio C Hamano2008-04-121-16/+65
| | * | | | | builtin-blame.c: allow more than 16 parentsJunio C Hamano2008-04-121-32/+61
| | * | | | | builtin-blame.c: move prepare_final() into a separate function.Junio C Hamano2008-04-121-23/+33
| | * | | | | rev-list --childrenJunio C Hamano2008-04-122-0/+14
| | * | | | | revision traversal: --children optionJunio C Hamano2008-04-122-3/+38
| * | | | | | parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.Pierre Habouzit2008-06-302-0/+2
| * | | | | | parse-opt: fake short strings for callers to believe in.Pierre Habouzit2008-06-302-0/+16
| * | | | | | parse-opt: do not print errors on unknown options, return -2 intead.Pierre Habouzit2008-06-301-13/+30
| * | | | | | parse-opt: create parse_options_step.Pierre Habouzit2008-06-302-39/+56
| * | | | | | parse-opt: Export a non NORETURN usage dumper.Pierre Habouzit2008-06-302-7/+26
| * | | | | | parse-opt: have parse_options_{start,end}.Pierre Habouzit2008-06-302-30/+55
* | | | | | | Merge branch 'am/stash-branch'Junio C Hamano2008-07-133-1/+99
|\ \ \ \ \ \ \
| * | | | | | | Add a test for "git stash branch"Abhijit Menon-Sen2008-07-061-0/+60
| * | | | | | | Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen2008-07-052-1/+39
* | | | | | | | Merge branch 'sg/stash-k-i'Junio C Hamano2008-07-133-6/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: tweak use case in "git stash save --keep-index"Eric Raible2008-07-081-7/+8
| * | | | | | | | stash: introduce 'stash save --keep-index' optionSZEDER Gábor2008-07-053-6/+51
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/report-tracking'Junio C Hamano2008-07-137-90/+244
|\ \ \ \ \ \ \ \
| * | | | | | | | branch -r -v: do not spit out garbageJunio C Hamano2008-07-061-3/+2
| * | | | | | | | stat_tracking_info(): clear object flags used during countingJunio C Hamano2008-07-033-0/+75
| * | | | | | | | git-branch -v: show the remote tracking statisticsJunio C Hamano2008-07-021-2/+25
| * | | | | | | | git-status: show the remote tracking statisticsJunio C Hamano2008-07-021-0/+22
| * | | | | | | | Refactor "tracking statistics" code used by "git checkout"Junio C Hamano2008-07-023-88/+123
* | | | | | | | | Merge branch 'js/pick-root'Junio C Hamano2008-07-132-10/+46
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow cherry-picking root commitsJohannes Schindelin2008-07-072-10/+46
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ab/bundle'Junio C Hamano2008-07-131-2/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Teach git-bundle to read revision arguments from stdin like git-rev-list.Adam Brewster2008-07-071-2/+11
| |/ / / / / / / /
* | | | | | | | | Merge branch 'tr/add-i-e'Junio C Hamano2008-07-133-100/+174
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | git-add--interactive: manual hunk editing modeThomas Rast2008-07-023-0/+187
| * | | | | | | | git-add--interactive: remove hunk coalescingThomas Rast2008-07-021-89/+0
| * | | | | | | | git-add--interactive: replace hunk recounting with apply --recountThomas Rast2008-07-021-27/+3
* | | | | | | | | apply: fix copy/rename breakageJunio C Hamano2008-07-092-3/+27
* | | | | | | | | Merge branch 'jk/pager-config'Junio C Hamano2008-07-091-4/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow per-command pager configJeff King2008-07-061-4/+47
* | | | | | | | | | Merge branch 'js/apply-root'Junio C Hamano2008-07-093-1/+76
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-apply --directory: make --root more similar to GNU diffJunio C Hamano2008-07-063-8/+12
| * | | | | | | | | | apply --root: thinkofix.Junio C Hamano2008-07-022-4/+15
| * | | | | | | | | | Teach "git apply" to prepend a prefix with "--root=<root>"Johannes Schindelin2008-07-013-1/+61
* | | | | | | | | | | Merge branch 'jc/reflog-expire'Junio C Hamano2008-07-091-19/+137
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make default expiration period of reflog used for stash infiniteJunio C Hamano2008-06-281-0/+11
| * | | | | | | | | | | Per-ref reflog expiry configurationJunio C Hamano2008-06-281-19/+126
* | | | | | | | | | | | git-send-email: Fix authenticating on some servers when using TLS.Robert Shearman2008-07-091-0/+3
* | | | | | | | | | | | Provide fallback definitions of PRIu32 and PRIx32Johannes Sixt2008-07-091-0/+8
* | | | | | | | | | | | t9100-git-svn-basic.sh: Fix determination of utf-8 localeRamsay Jones2008-07-091-4/+4