summaryrefslogtreecommitdiffstats
path: root/tar.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-26t9020: do not use export X=YTorsten Bögershausen1-1/+2
2013-04-25Update draft release notes to 1.8.2.2Junio C Hamano1-0/+18
2013-04-25completion: remove duplicate block for "git commit -c"Mårten Kongstad1-7/+0
2013-04-24cherry-pick/revert: make usage say '<commit-ish>...'Kevin Bracey1-2/+2
2013-04-22Start preparing for 1.8.2.2Junio C Hamano2-1/+26
2013-04-18remote-hg: fix commit messagesFelipe Contreras1-1/+2
2013-04-17help.c: add a compatibility comment to cmd_version()David Aguilar1-0/+4
2013-04-15glossary: improve definitions of refspec and pathspecThomas Ackermann1-23/+10
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann31-68/+68
2013-04-15glossary: improve description of SHA-1 related topicsThomas Ackermann1-10/+10
2013-04-15glossary: remove outdated/misleading/irrelevant entriesThomas Ackermann1-10/+1
2013-04-15t/test-lib.sh: drop "$test" variableJeff King1-5/+5
2013-04-15t/test-lib.sh: fix TRASH_DIRECTORY handlingJohn Keeping1-4/+4
2013-04-14doc/http-backend: match query-string in apache half-auth exampleJeff King3-8/+72
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini24-33/+33
2013-04-12kwset: fix spelling in commentsStefano Lattarini1-2/+2
2013-04-12precompose-utf8: fix spelling of "want" in error messageStefano Lattarini1-1/+1
2013-04-12compat/nedmalloc: fix spelling in commentsStefano Lattarini1-3/+3
2013-04-12compat/regex: fix spelling and grammar in commentsStefano Lattarini3-6/+6
2013-04-12obstack: fix spelling of similarStefano Lattarini1-1/+1
2013-04-12contrib/subtree: fix spelling of accidentallyStefano Lattarini1-1/+1
2013-04-12git-remote-mediawiki: spelling fixesStefano Lattarini4-14/+14
2013-04-12doc: various spelling fixesStefano Lattarini10-13/+13
2013-04-12doc: clarify that "git daemon --user=<user>" option does not export HOME=~userJunio C Hamano1-0/+7
2013-04-12fast-export: fix argument name in error messagesPaul Price1-2/+2
2013-04-12Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen1-1/+3
2013-04-12i18n: make the translation of -u advice in one goJiang Xin1-8/+4
2013-04-12Typo fix: replacing it's -> itsBenoit Bourbie2-3/+3
2013-04-12t: make PIPE a standard test prerequisiteAdam Spiers4-16/+10
2013-04-12archive: clarify explanation of --worktree-attributesRené Scharfe1-1/+3
2013-04-11doc/http-backend: give some lighttpd config examplesJeff King1-0/+55
2013-04-11doc/http-backend: clarify "half-auth" repo configurationJeff King1-0/+9
2013-04-10t/README: --immediate skips cleanup commands for failed testsSimon Ruderich1-1/+4
2013-04-08Git 1.8.2.1v1.8.2.1Junio C Hamano3-2/+8
2013-04-07bundle: Accept prerequisites without commit messagesLukas Fleischer2-1/+11
2013-04-07Git 1.8.1.6v1.8.1.6Junio C Hamano3-2/+8
2013-04-07remote-helpers/test-bzr.sh: do not use "grep '\s'"Torsten Bögershausen1-1/+1
2013-04-07show-branch: use strbuf instead of static bufferJeff King1-9/+8
2013-04-05diff: allow unstuck arguments with --diff-algorithmJohn Keeping1-2/+3
2013-04-05git-merge(1): document diff-algorithm option to merge-recursiveJohn Keeping1-0/+6
2013-04-05glossary: extend "detached HEAD" descriptionJunio C Hamano1-3/+16
2013-04-05diffcore-pickaxe: unify code for log -S/-GJeff King1-69/+49
2013-04-05diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>"Junio C Hamano1-5/+7
2013-04-05diffcore-pickaxe: port optimization from has_changes() to diff_grep()Junio C Hamano1-1/+6
2013-04-05diffcore-pickaxe: respect --no-textconvSimon Ruderich2-4/+36
2013-04-05Documentation/git-commit: reword the --amend explanationCarlos Martín Nieto1-8/+9
2013-04-05diffcore-pickaxe: remove fill_one()Jeff King1-20/+10
2013-04-05diffcore-pickaxe: remove unnecessary call to get_textconv()Simon Ruderich1-9/+14
2013-04-04t9700: do not close STDERRThomas Rast1-1/+2
2013-04-04perl: redirect stderr to /dev/null instead of closingThomas Rast1-3/+3