Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge branch 'cb/mergetool' | Junio C Hamano | 2009-01-01 | 3 | -31/+100 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mergetool: Don't keep temporary merge files unless told to | Charles Bailey | 2008-12-12 | 2 | -0/+13 | |
| * | | | | | | | | | | | mergetool: Add prompt to continue after failing to merge a file | Charles Bailey | 2008-12-12 | 1 | -9/+43 | |
| * | | | | | | | | | | | Add -y/--no-prompt option to mergetool | Charles Bailey | 2008-11-14 | 3 | -4/+26 | |
| * | | | | | | | | | | | Fix some tab/space inconsistencies in git-mergetool.sh | Charles Bailey | 2008-11-14 | 1 | -19/+19 | |
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-01-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Documentation/git-tag.txt: minor typo and grammar fix | jidanni@jidanni.org | 2009-01-01 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge branch 'lt/reset-merge' | Junio C Hamano | 2008-12-29 | 2 | -9/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Document "git-reset --merge" | Junio C Hamano | 2008-12-09 | 1 | -1/+28 | |
| * | | | | | | | | | | | | Add 'merge' mode to 'git reset' | Linus Torvalds | 2008-12-02 | 1 | -8/+18 | |
* | | | | | | | | | | | | | Merge branch 'np/auto-thread' | Junio C Hamano | 2008-12-29 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Force t5302 to use a single thread | Johannes Schindelin | 2008-12-15 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | pack-objects: don't use too many threads with few objects | Nicolas Pitre | 2008-12-13 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | autodetect number of CPUs by default when using threads | Nicolas Pitre | 2008-12-12 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-12-29 | 3 | -16/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Prepare for v1.6.1.1 maintenance release | Junio C Hamano | 2008-12-29 | 2 | -1/+24 | |
| * | | | | | | | | | | | | | Documentation/diff-options.txt: unify options | jidanni@jidanni.org | 2008-12-29 | 1 | -14/+4 | |
| * | | | | | | | | | | | | | gitweb: Fix export check in git_get_projects_list | Devin Doucette | 2008-12-27 | 1 | -2/+3 | |
* | | | | | | | | | | | | | | Fix the building of gitman.info document | Teemu Likonen | 2008-12-29 | 2 | -3/+7 | |
* | | | | | | | | | | | | | | Fix the building of user-manual.texi and gitman.texi documents | Teemu Likonen | 2008-12-29 | 1 | -3/+4 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-12-27 | 7 | -97/+145 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge branch 'rs/maint-tformat-foldline' into maint | Junio C Hamano | 2008-12-27 | 1 | -46/+73 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | pretty: support multiline subjects with format: | René Scharfe | 2008-12-27 | 1 | -19/+34 | |
| | * | | | | | | | | | | | | pretty: factor out format_subject() | René Scharfe | 2008-12-27 | 1 | -18/+24 | |
| | * | | | | | | | | | | | | pretty: factor out skip_empty_lines() | René Scharfe | 2008-12-27 | 1 | -9/+15 | |
| | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'rs/maint-retval-fix' into maint | Junio C Hamano | 2008-12-27 | 2 | -37/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | merge-file: handle freopen() failure | René Scharfe | 2008-12-26 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | daemon: cleanup: factor out xstrdup_tolower() | René Scharfe | 2008-12-26 | 1 | -21/+13 | |
| | * | | | | | | | | | | | | daemon: cleanup: replace loop with if | René Scharfe | 2008-12-26 | 1 | -13/+5 | |
| | * | | | | | | | | | | | | daemon: handle freopen() failure | René Scharfe | 2008-12-26 | 1 | -1/+3 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge branch 'sp/maint-describe-all-tag-warning' into maint | Junio C Hamano | 2008-12-27 | 2 | -1/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | describe: Avoid unnecessary warning when using --all | Shawn O. Pearce | 2008-12-26 | 2 | -1/+7 | |
| * | | | | | | | | | | | | | git-send-email.txt: move --format-patch paragraph to a proper location | Adeodato Simó | 2008-12-27 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | git-shortlog.txt: improve documentation about .mailmap files | Adeodato Simó | 2008-12-27 | 1 | -7/+33 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Start 1.6.2 cycle | Junio C Hamano | 2008-12-27 | 2 | -1/+29 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | GIT 1.6.1v1.6.1 | Junio C Hamano | 2008-12-24 | 2 | -0/+9 | |
* | | | | | | | | | | | | Merge branch 'js/rebase-i-p' | Junio C Hamano | 2008-12-24 | 2 | -16/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | rebase -i -p: leave a --cc patch when a merge could not be redone | Johannes Schindelin | 2008-12-24 | 2 | -3/+13 | |
| * | | | | | | | | | | | | rebase -i -p: Fix --continue after a merge could not be redone | Johannes Sixt | 2008-12-21 | 2 | -3/+2 | |
| * | | | | | | | | | | | | Show a failure of rebase -p if the merge had a conflict | Johannes Sixt | 2008-12-21 | 1 | -11/+44 | |
* | | | | | | | | | | | | | t9129: skip the last three tests if UTF-8 locale is not available | Miklos Vajna | 2008-12-22 | 1 | -13/+17 | |
* | | | | | | | | | | | | | GIT 1.6.1-rc4v1.6.1-rc4 | Junio C Hamano | 2008-12-21 | 1 | -1/+18 | |
* | | | | | | | | | | | | | Always show which directory is not a git repository | Richard Hartmann | 2008-12-21 | 3 | -4/+4 | |
* | | | | | | | | | | | | | Make help entries alphabetical | Richard Hartmann | 2008-12-21 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-12-21 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | doc/git-fsck: change the way for getting heads' SHA1s | Markus Heidelberg | 2008-12-21 | 1 | -1/+2 | |
* | | | | | | | | | | | | | git-revert documentation: refer to new HOWTO on reverting faulty merges | Boyd Stephen Smith Jr | 2008-12-21 | 1 | -0/+8 | |
* | | | | | | | | | | | | | git-revert: record the parent against which a revert was made | Robin Rosenberg | 2008-12-21 | 1 | -0/+5 | |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-12-21 | 2 | -63/+213 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | gitk: Force the focus to the main window on Windows | Johannes Sixt | 2008-12-22 | 1 | -0/+5 |