summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove trailing LF in die() messagesAlexander Potashev2009-01-0516-27/+27
* bash: add '--merge' to 'git reset'SZEDER Gábor2009-01-051-1/+1
* show <tag>: reuse pp_user_info() instead of duplicating codeJohannes Schindelin2009-01-051-15/+6
* gitweb: use href() when generating URLs in OPMLGiuseppe Bilotta2009-01-051-2/+2
* Merge branch 'jc/maint-do-not-switch-to-non-commit'Junio C Hamano2009-01-032-1/+5
|\
| * git checkout: do not allow switching to a tree-ish that is not a commitJunio C Hamano2009-01-032-1/+5
* | Merge branch 'ap/maint-apply-modefix'Junio C Hamano2009-01-032-1/+65
|\ \
| * | builtin-apply: prevent non-explicit permission changesJunio C Hamano2009-01-022-1/+65
* | | git wrapper: Make while loop more reader-friendlyJohannes Schindelin2009-01-021-3/+2
* | | Merge branch 'cb/mergetool'Junio C Hamano2009-01-013-31/+100
|\ \ \
| * | | mergetool: Don't keep temporary merge files unless told toCharles Bailey2008-12-122-0/+13
| * | | mergetool: Add prompt to continue after failing to merge a fileCharles Bailey2008-12-121-9/+43
| * | | Add -y/--no-prompt option to mergetoolCharles Bailey2008-11-143-4/+26
| * | | Fix some tab/space inconsistencies in git-mergetool.shCharles Bailey2008-11-141-19/+19
* | | | Merge branch 'maint'Junio C Hamano2009-01-011-2/+2
|\ \ \ \
| * | | | Documentation/git-tag.txt: minor typo and grammar fixjidanni@jidanni.org2009-01-011-2/+2
* | | | | Merge branch 'lt/reset-merge'Junio C Hamano2008-12-292-9/+46
|\ \ \ \ \
| * | | | | Document "git-reset --merge"Junio C Hamano2008-12-091-1/+28
| * | | | | Add 'merge' mode to 'git reset'Linus Torvalds2008-12-021-8/+18
* | | | | | Merge branch 'np/auto-thread'Junio C Hamano2008-12-292-1/+9
|\ \ \ \ \ \
| * | | | | | Force t5302 to use a single threadJohannes Schindelin2008-12-151-0/+1
| * | | | | | pack-objects: don't use too many threads with few objectsNicolas Pitre2008-12-131-0/+4
| * | | | | | autodetect number of CPUs by default when using threadsNicolas Pitre2008-12-121-1/+4
* | | | | | | Merge branch 'maint'Junio C Hamano2008-12-293-16/+30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Prepare for v1.6.1.1 maintenance releaseJunio C Hamano2008-12-292-1/+24
| * | | | | | Documentation/diff-options.txt: unify optionsjidanni@jidanni.org2008-12-291-14/+4
| * | | | | | gitweb: Fix export check in git_get_projects_listDevin Doucette2008-12-271-2/+3
* | | | | | | Fix the building of gitman.info documentTeemu Likonen2008-12-292-3/+7
* | | | | | | Fix the building of user-manual.texi and gitman.texi documentsTeemu Likonen2008-12-291-3/+4
* | | | | | | Merge branch 'maint'Junio C Hamano2008-12-277-97/+145
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'rs/maint-tformat-foldline' into maintJunio C Hamano2008-12-271-46/+73
| |\ \ \ \ \ \
| | * | | | | | pretty: support multiline subjects with format:René Scharfe2008-12-271-19/+34
| | * | | | | | pretty: factor out format_subject()René Scharfe2008-12-271-18/+24
| | * | | | | | pretty: factor out skip_empty_lines()René Scharfe2008-12-271-9/+15
| * | | | | | | Merge branch 'rs/maint-retval-fix' into maintJunio C Hamano2008-12-272-37/+26
| |\ \ \ \ \ \ \
| | * | | | | | | merge-file: handle freopen() failureRené Scharfe2008-12-261-2/+5
| | * | | | | | | daemon: cleanup: factor out xstrdup_tolower()René Scharfe2008-12-261-21/+13
| | * | | | | | | daemon: cleanup: replace loop with ifRené Scharfe2008-12-261-13/+5
| | * | | | | | | daemon: handle freopen() failureRené Scharfe2008-12-261-1/+3
| | |/ / / / / /
| * | | | | | | Merge branch 'sp/maint-describe-all-tag-warning' into maintJunio C Hamano2008-12-272-1/+7
| |\ \ \ \ \ \ \
| | * | | | | | | describe: Avoid unnecessary warning when using --allShawn O. Pearce2008-12-262-1/+7
| * | | | | | | | git-send-email.txt: move --format-patch paragraph to a proper locationAdeodato Simó2008-12-271-6/+6
| * | | | | | | | git-shortlog.txt: improve documentation about .mailmap filesAdeodato Simó2008-12-271-7/+33
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Start 1.6.2 cycleJunio C Hamano2008-12-272-1/+29
|/ / / / / / /
* | | | | | | GIT 1.6.1v1.6.1Junio C Hamano2008-12-242-0/+9
* | | | | | | Merge branch 'js/rebase-i-p'Junio C Hamano2008-12-242-16/+58
|\ \ \ \ \ \ \
| * | | | | | | rebase -i -p: leave a --cc patch when a merge could not be redoneJohannes Schindelin2008-12-242-3/+13
| * | | | | | | rebase -i -p: Fix --continue after a merge could not be redoneJohannes Sixt2008-12-212-3/+2
| * | | | | | | Show a failure of rebase -p if the merge had a conflictJohannes Sixt2008-12-211-11/+44
* | | | | | | | t9129: skip the last three tests if UTF-8 locale is not availableMiklos Vajna2008-12-221-13/+17