Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge, pull: introduce '--(no-)stat' option | SZEDER Gábor | 2008-04-12 | 6 | -21/+40 |
* | doc: moved merge.* config variables into separate merge-config.txt | SZEDER Gábor | 2008-04-12 | 3 | -43/+33 |
* | Merge branch 'maint' | Junio C Hamano | 2008-04-12 | 8 | -12/+23 |
|\ | |||||
| * | t7401: squelch garbage output | Junio C Hamano | 2008-04-12 | 1 | -1/+1 |
| * | Documentation/git-submodule: typofix | Junio C Hamano | 2008-04-12 | 1 | -1/+1 |
| * | Fix config key miscount in url.*.insteadOf | Daniel Barkalow | 2008-04-12 | 2 | -5/+5 |
| * | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-12 | 4 | -5/+16 |
| |\ | |||||
| | * | Docs gitk: Explicitly mention the files that gitk uses (~/.gitk) | Clifford Caoile | 2008-04-12 | 1 | -0/+5 |
| | * | Document -w option to shortlog | Junio C Hamano | 2008-04-12 | 2 | -3/+9 |
| | * | bisect: report bad rev better | Christian Couder | 2008-04-12 | 1 | -2/+2 |
* | | | git_config_bool_or_int() | Junio C Hamano | 2008-04-12 | 2 | -1/+10 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-04-11 | 9 | -15/+36 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-11 | 7 | -13/+34 |
| |\ \ | | |/ | |||||
| | * | bisect: fix bad rev checking in "git bisect good" | Christian Couder | 2008-04-11 | 2 | -9/+18 |
| | * | revision.c: make --date-order overriddable | Michele Ballabio | 2008-04-11 | 1 | -0/+1 |
| | * | Fix section about backdating tags in the git-tag docs | Björn Steinbrink | 2008-04-11 | 1 | -2/+2 |
| | * | Document option --only of git commit | Johannes Sixt | 2008-04-11 | 2 | -1/+12 |
| | * | Documentation/git-request-pull: Fixed a typo ("send" -> "end") | Dirk Suesserott | 2008-04-11 | 1 | -1/+1 |
| * | | git-submodule: Avoid 'fatal: cannot describe' message | Ping Yin | 2008-04-11 | 1 | -1/+1 |
| * | | Force the medium pretty format on calls to git log | Pedro Melo | 2008-04-11 | 1 | -1/+1 |
* | | | bisect: add "git bisect help" subcommand to get a long usage string | Christian Couder | 2008-04-11 | 2 | -3/+16 |
* | | | builtin-commit.c: Remove a redundant assignment. | Johannes Sixt | 2008-04-11 | 1 | -3/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-04-10 | 8 | -30/+45 |
|\ \ \ | |/ / | |||||
| * | | git-fetch: fix status output when not storing tracking ref | Jeff King | 2008-04-10 | 1 | -15/+13 |
| * | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-10 | 7 | -15/+32 |
| |\ \ | | |/ | |||||
| | * | core-tutorial.txt: Fix showing the current behaviour. | Carlos Rica | 2008-04-10 | 1 | -6/+6 |
| | * | git-archive: ignore prefix when checking file attribute | René Scharfe | 2008-04-10 | 3 | -5/+22 |
| | * | Fix documentation syntax of optional arguments in short options. | Carlos Rica | 2008-04-10 | 3 | -4/+4 |
* | | | Merge branch 'jc/rename' | Junio C Hamano | 2008-04-09 | 1 | -22/+58 |
|\ \ \ | |||||
| * | | | Optimize rename detection for a huge diff | Junio C Hamano | 2008-02-13 | 1 | -22/+58 |
* | | | | Merge branch 'gp/gitweb' | Junio C Hamano | 2008-04-09 | 4 | -3/+21 |
|\ \ \ \ | |||||
| * | | | | gitweb: fallback to system-wide config file (fixup) | Gerrit Pape | 2008-04-05 | 1 | -0/+1 |
| * | | | | gitweb: fallback to system-wide config file if default config does not exist | Gerrit Pape | 2008-03-27 | 4 | -3/+20 |
* | | | | | Merge branch 'mk/unpack-careful' | Junio C Hamano | 2008-04-09 | 5 | -33/+284 |
|\ \ \ \ \ | |||||
| * | | | | | t5300: add test for "index-pack --strict" | Martin Koegler | 2008-03-07 | 1 | -0/+47 |
| * | | | | | receive-pack: allow using --strict mode for unpacking objects | Martin Koegler | 2008-03-05 | 2 | -13/+29 |
| * | | | | | unpack-objects: fix --strict handling | Junio C Hamano | 2008-03-05 | 2 | -17/+58 |
| * | | | | | t5300: add test for "unpack-objects --strict" | Junio C Hamano | 2008-03-05 | 1 | -0/+48 |
| * | | | | | unpack-objects: prevent writing of inconsistent objects | Martin Koegler | 2008-03-05 | 2 | -7/+106 |
* | | | | | | Merge branch 'fl/send-email-outside' | Junio C Hamano | 2008-04-09 | 3 | -36/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | send-email: Don't require to be called in a repository | Frank Lichtenheld | 2008-03-15 | 1 | -9/+11 |
| * | | | | | | Git.pm: Don't require repository instance for ident | Frank Lichtenheld | 2008-03-15 | 1 | -6/+6 |
| * | | | | | | Git.pm: Don't require a repository instance for config | Frank Lichtenheld | 2008-03-15 | 1 | -20/+13 |
| * | | | | | | var: Don't require to be in a git repository. | Frank Lichtenheld | 2008-03-15 | 1 | -1/+2 |
* | | | | | | | Merge branch 'jc/rebase' | Junio C Hamano | 2008-04-09 | 1 | -20/+32 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rebase [--onto O] A B: omit needless checkout | Junio C Hamano | 2008-03-16 | 1 | -20/+32 |
* | | | | | | | | Merge branch 'jk/add-i-mode' | Junio C Hamano | 2008-04-09 | 2 | -0/+68 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | add--interactive: allow user to choose mode update | Jeff King | 2008-03-27 | 2 | -1/+44 |
| * | | | | | | | | add--interactive: ignore mode change in 'p'atch command | Jeff King | 2008-03-27 | 2 | -0/+25 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'gs/pretty-hexval' | Junio C Hamano | 2008-04-09 | 3 | -2/+16 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | |