Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Escape project name in regexp | martin f. krafft | 2008-04-21 | 1 | -1/+1 | |
| * | | | bash: Add completion for git diff --base --ours --theirs | Teemu Likonen | 2008-04-21 | 1 | -0/+1 | |
| * | | | diff-options.txt: document the new "--dirstat" option | Gerrit Pape | 2008-04-21 | 1 | -0/+8 | |
* | | | | completion: remove use of dashed git commands | Dan McGee | 2008-04-21 | 1 | -4/+4 | |
* | | | | completion: allow 'git remote' subcommand completion | Dan McGee | 2008-04-21 | 1 | -0/+1 | |
* | | | | Spelling fixes in the gitweb documentation | Rafael Garcia-Suarez | 2008-04-21 | 2 | -64/+65 | |
* | | | | git.el: Set process-environment instead of invoking env | Clifford Caoile | 2008-04-21 | 1 | -7/+4 | |
* | | | | First batch of post 1.5.5 updates | Junio C Hamano | 2008-04-20 | 2 | -1/+60 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-20 | 3 | -1/+48 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | GIT 1.5.5.1v1.5.5.1 | Junio C Hamano | 2008-04-20 | 3 | -1/+48 | |
| * | | | Merge branch 'jc/maint-rebase-am' into maint | Junio C Hamano | 2008-04-19 | 2 | -5/+55 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'jc/sha1-lookup' | Junio C Hamano | 2008-04-19 | 4 | -3/+214 | |
|\ \ \ \ \ | ||||||
| * | | | | | sha1-lookup: make selection of 'middle' less aggressive | Junio C Hamano | 2008-04-09 | 1 | -7/+26 | |
| * | | | | | sha1-lookup: more memory efficient search in sorted list of SHA-1 | Junio C Hamano | 2008-04-09 | 4 | -3/+195 | |
* | | | | | | Merge branch 'jc/dirstat' | Junio C Hamano | 2008-04-19 | 1 | -23/+60 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | diff: make --dirstat binary-file safe | Junio C Hamano | 2008-04-09 | 1 | -23/+60 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'mv/defer-gc' | Junio C Hamano | 2008-04-19 | 3 | -0/+74 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | contrib/hooks: add an example pre-auto-gc hook | Miklos Vajna | 2008-04-09 | 1 | -0/+36 | |
| * | | | | | | Documentation/hooks: add pre-auto-gc hook | Miklos Vajna | 2008-04-09 | 1 | -0/+7 | |
| * | | | | | | git-gc --auto: add pre-auto-gc hook | Miklos Vajna | 2008-04-09 | 1 | -0/+31 | |
* | | | | | | | Merge branch 'py/submodule' | Junio C Hamano | 2008-04-19 | 5 | -2/+207 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | builtin-status: Add tests for submodule summary | Ping Yin | 2008-04-12 | 1 | -0/+134 | |
| * | | | | | | | builtin-status: submodule summary support | Ping Yin | 2008-04-12 | 2 | -0/+46 | |
| * | | | | | | | git-submodule summary: --for-status option | Ping Yin | 2008-04-12 | 2 | -2/+27 | |
* | | | | | | | | Merge branch 'jc/terminator-separator' | Junio C Hamano | 2008-04-19 | 7 | -31/+43 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 2008-04-10 | 7 | -31/+43 | |
* | | | | | | | | | Merge branch 'jk/remote-default-show' | Junio C Hamano | 2008-04-19 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | git-remote: show all remotes with "git remote show" | Jeff King | 2008-04-10 | 1 | -1/+6 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'mk/color' | Junio C Hamano | 2008-04-19 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use color.ui variable in scripts too | Matthias Kestenholz | 2008-04-10 | 2 | -1/+7 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'jc/maint-rebase-am' | Junio C Hamano | 2008-04-19 | 2 | -5/+55 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | rebase: do not munge commit log message | Junio C Hamano | 2008-04-16 | 2 | -5/+55 | |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-18 | 8 | -22/+97 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | gitweb: Fix 'history' view for deleted files with history | Jakub Narebski | 2008-04-18 | 2 | -3/+31 | |
| * | | | | | | | | Document that WebDAV doesn't need git on the server, and works over SSL | Matthieu Moy | 2008-04-18 | 1 | -12/+33 | |
| * | | | | | | | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | am: POSIX portability fix | Junio C Hamano | 2008-04-18 | 1 | -1/+1 | |
| * | | | | | | | | git-remote: reject adding remotes with invalid names | Jonas Fonseca | 2008-04-18 | 4 | -6/+32 | |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-16 | 2 | -22/+33 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-16 | 2 | -22/+33 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | git-am: minor cleanup | Junio C Hamano | 2008-04-16 | 1 | -2/+1 | |
| | * | | | | | Clarify and fix English in "git-rm" documentation | Jon Loeliger | 2008-04-16 | 1 | -20/+32 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-16 | 6 | -33/+54 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-16 | 6 | -33/+54 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | git-bisect: make "start", "good" and "skip" succeed or fail atomically | Christian Couder | 2008-04-16 | 2 | -5/+16 | |
| | * | | | | | git-am: cope better with an empty Subject: line | Linus Torvalds | 2008-04-16 | 1 | -14/+10 | |
| | * | | | | | Ignore leading empty lines while summarizing merges | Linus Torvalds | 2008-04-15 | 1 | -1/+9 | |
| | * | | | | | bisect: squelch "fatal: ref HEAD not a symref" misleading message | Christian Couder | 2008-04-15 | 1 | -1/+1 | |
| | * | | | | | builtin-apply: Show a more descriptive error on failure when opening a patch | Alberto Bertogli | 2008-04-15 | 1 | -1/+1 | |
| | * | | | | | Clarify documentation of git-cvsserver, particularly in relation to git-shell | Scott Collins | 2008-04-15 | 1 | -11/+17 |