summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-17cmd_config(): make a copy of path obtained from git_path()Libravatar Michael Haggerty1-2/+5
2014-11-17use labs() for variables of type long instead of abs()Libravatar René Scharfe1-1/+1
2014-11-17use labs() for variables of type long instead of abs()Libravatar René Scharfe1-2/+2
2014-11-17Windows: correct detection of EISDIR in mingw_open()Libravatar Johannes Sixt1-1/+1
2014-11-15l10n: de.po: translate 62 new messagesLibravatar Ralf Thielow1-1414/+1663
2014-11-15l10n: de.po: Fixup one translationLibravatar Stefan Beller1-4/+4
2014-11-14difftool: honor --trust-exit-code for builtin toolsLibravatar David Aguilar2-0/+6
2014-11-14t3301: modernize styleLibravatar Johan Herland1-699/+601
2014-11-14Git 2.2.0-rc2Libravatar Junio C Hamano1-1/+1
2014-11-14l10n: de.po: use imperative form for command optionsLibravatar Ralf Thielow1-573/+573
2014-11-13checkout $tree: do not throw away unchanged index entriesLibravatar Jeff King2-0/+35
2014-11-13gittutorial: fix output of 'git status'Libravatar Stefan Naewe2-19/+21
2014-11-13t5705: the file:// URL should be absoluteLibravatar Torsten Bögershausen1-1/+1
2014-11-13builtin: move builtin retrieval to get_builtin()Libravatar Slavomir Vlcek1-12/+15
2014-11-13SubmittingPatches: final submission is To: maintainer and CC: listLibravatar Slavomir Vlcek1-1/+1
2014-11-12Update draft release notes to 2.2Libravatar Junio C Hamano1-0/+14
2014-11-12Sync with 'maint'Libravatar Junio C Hamano0-0/+0
2014-11-12Merge branch 'nd/gitignore-trailing-whitespace' into maintLibravatar Junio C Hamano1-1/+1
2014-11-12Merge branch 'jk/fetch-reflog-df-conflict'Libravatar Junio C Hamano1-18/+18
2014-11-12notes: empty notes should be shown by 'git log'Libravatar Johan Herland2-2/+13
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesLibravatar Johan Herland3-11/+28
2014-11-12builtin/notes: split create_note() to clarify add vs. remove logicLibravatar Johan Herland1-49/+54
2014-11-12builtin/notes: simplify early exit code in add()Libravatar Johan Herland1-18/+17
2014-11-11doc: add some crossrefs between manual pagesLibravatar Max Horn5-0/+22
2014-11-11gittutorial.txt: remove reference to ancient Git versionLibravatar Thomas Ackermann1-1/+1
2014-11-11Sync with maintLibravatar Junio C Hamano0-0/+0
2014-11-11Merge branch 'rs/clean-menu-item-defn' into maintLibravatar Junio C Hamano1-1/+1
2014-11-10run-command: use void to declare that functions take no parametersLibravatar René Scharfe1-2/+2
2014-11-10builtin/notes: refactor note file path into struct note_dataLibravatar Johan Herland1-17/+21
2014-11-10builtin/notes: improve namingLibravatar Johan Herland1-55/+54
2014-11-10t3301: verify that 'git notes' removes empty notes by defaultLibravatar Johan Herland1-0/+27
2014-11-10builtin/notes: fix premature failure when trying to add the empty blobLibravatar Johan Herland1-1/+1
2014-11-10Merge branch 'master' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano6-8882/+10327
2014-11-10Sync with maintLibravatar Junio C Hamano1-2/+2
2014-11-10Merge branch 'js/diff-highlight-avoid-sigpipe'Libravatar Junio C Hamano1-0/+4
2014-11-10Documentation/config.txt: fix minor typoLibravatar Thomas Quinot1-1/+1
2014-11-10config.txt: fix typoLibravatar Nicolas Dermine1-1/+1
2014-11-10use args member of struct child_processLibravatar René Scharfe2-35/+29
2014-11-10trailer: use CHILD_PROCESS_INIT in apply_command()Libravatar René Scharfe1-2/+1
2014-11-10trailer: display a trailer without its trailing newlineLibravatar Christian Couder1-2/+6
2014-11-10trailer: ignore comment lines inside the trailersLibravatar Christian Couder1-2/+4
2014-11-10t1410: fix breakage on case-insensitive filesystemsLibravatar Jeff King1-18/+18
2014-11-10git_connect: set ssh shell command in GIT_SSH_COMMANDLibravatar Thomas Quinot2-15/+26
2014-11-07Git 2.2.0-rc1Libravatar Junio C Hamano1-1/+1
2014-11-07Documentation/git-commit: clarify that --only/--include records the working t...Libravatar Junio C Hamano1-2/+3
2014-11-06Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2014-11-06Merge branch 'nd/gitignore-trailing-whitespace'Libravatar Junio C Hamano1-1/+1
2014-11-06Merge branch 'tm/line-log-first-parent'Libravatar Junio C Hamano2-0/+8
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Libravatar Junio C Hamano4-3/+77
2014-11-06Merge branch 'rs/use-child-process-init-more'Libravatar Junio C Hamano4-66/+106