summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'lt/time-reject-fractional-seconds'Shawn O. Pearce2008-10-091-6/+20
|\ \ \ \ \ \ \
| * | | | | | | date/time: do not get confused by fractional secondsLinus Torvalds2008-08-171-6/+20
* | | | | | | | Merge branch 'jc/add-ita'Shawn O. Pearce2008-10-094-6/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | git-add --intent-to-add (-N)Junio C Hamano2008-08-314-6/+65
* | | | | | | | | Merge branch 'mw/sendemail'Shawn O. Pearce2008-10-093-215/+147
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bash completion: Add --[no-]validate to "git send-email"Teemu Likonen2008-10-021-1/+2
| * | | | | | | | | send-email: signedoffcc -> signedoffbycc, but handle bothMichael Witten2008-10-012-5/+6
| * | | | | | | | | Docs: send-email: Create logical groupings for man textMichael Witten2008-10-011-50/+69
| * | | | | | | | | Docs: send-email: Create logical groupings for --help textMichael Witten2008-10-011-27/+34
| * | | | | | | | | Docs: send-email: Remove unnecessary config variable descriptionMichael Witten2008-10-011-75/+16
| * | | | | | | | | Docs: send-email: --chain_reply_to -> --[no-]chain-reply-toMichael Witten2008-10-011-1/+1
| * | | | | | | | | send-email: change --no-validate to boolean --[no-]validateMichael Witten2008-10-012-6/+12
| * | | | | | | | | Docs: send-email: Man page option orderingMichael Witten2008-10-011-72/+66
| * | | | | | | | | Docs: send-email usage text much sexierMichael Witten2008-10-011-68/+26
| * | | | | | | | | Docs: send-email's usage text and man page mention same optionsMichael Witten2008-10-012-12/+17
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mv/merge-refresh'Shawn O. Pearce2008-10-092-0/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | builtin-merge: refresh the index before calling a strategyMiklos Vajna2008-10-032-0/+19
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ph/parseopt'Shawn O. Pearce2008-10-093-80/+74
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parse-opt: migrate builtin-merge-file.Pierre Habouzit2008-10-021-31/+37
| * | | | | | | | | parse-opt: migrate git-merge-base.Pierre Habouzit2008-10-021-21/+16
| * | | | | | | | | parse-opt: migrate fmt-merge-msg.Pierre Habouzit2008-10-021-28/+21
| |/ / / / / / / /
* | | | | | | | | Merge branch 'rz/grepz'Shawn O. Pearce2008-10-094-3/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-014-3/+26
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mg/verboseprune'Shawn O. Pearce2008-10-092-4/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | make prune report removed objects on -vMichael J Gruber2008-09-302-4/+11
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-095-28/+18
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'sg/maint-intrebase-msghook' into maintShawn O. Pearce2008-10-091-6/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | rebase -i: remove leftover debuggingSZEDER Gábor2008-10-031-1/+1
| | * | | | | | | | rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor2008-10-021-6/+11
| * | | | | | | | | builtin-apply: fix typo leading to stack corruptionImre Deak2008-10-091-1/+1
| * | | | | | | | | git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey2008-10-091-18/+4
| * | | | | | | | | Merge branch 'jk/maint-soliconv' into maintShawn O. Pearce2008-10-091-1/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Makefile: do not set NEEDS_LIBICONV for Solaris 8Jeff King2008-10-031-1/+0
| | |/ / / / / / / /
| * | | | | | | | | builtin-merge.c: allocate correct amount of memoryBrandon Casey2008-10-091-2/+2
* | | | | | | | | | Cleanup in sha1_file.c::cache_or_unpack_entry()Miklos Vajna2008-10-091-4/+2
* | | | | | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-088-21/+88
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Do not use errno when pread() returns 0Samuel Tardieu2008-10-081-1/+4
| * | | | | | | | | git init: --bare/--shared overrides system/global configDeskin Miller2008-10-082-2/+42
| * | | | | | | | | git-push.txt: Describe --repo option in more detailJohannes Sixt2008-10-082-6/+20
| * | | | | | | | | git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-082-8/+18
| * | | | | | | | | Fix a few typos in relnotesMikael Magnusson2008-10-071-4/+4
* | | | | | | | | | Replace xmalloc/memset(0) pairs with xcallocBrandon Casey2008-10-085-11/+5
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-0611-44/+246
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Update release notes for 1.6.0.3Shawn O. Pearce2008-10-061-1/+51
| * | | | | | | | Teach rebase -i to honor pre-rebase hookNanako Shiraishi2008-10-063-7/+148
| * | | | | | | | docs: describe pre-rebase hookNanako Shiraishi2008-10-061-0/+7
| * | | | | | | | do not segfault if make_cache_entry failedDmitry Potapov2008-10-062-0/+5
| * | | | | | | | make prefix_path() never return NULLDmitry Potapov2008-10-061-7/+2
| * | | | | | | | fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2008-10-062-0/+25
| * | | | | | | | Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz2008-10-061-2/+2