summaryrefslogtreecommitdiffstats
path: root/gettext.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-22t9801: git-p4: check ignore files with client specVitor Antunes1-3/+20
2013-07-20t2202: make sure "git add" (no args) stays a no-opJunio C Hamano1-0/+10
2013-07-19git add -e: Explicitly specify that patch should have no colorAndrew Wong1-0/+1
2013-07-19Start preparing for 1.8.3.4Junio C Hamano2-1/+16
2013-07-19apply.c::find_name_traditional(): do not initialize len to the line's lengthStefan Beller1-1/+1
2013-07-19http-push.c::add_send_request(): do not initialize transfer_requestStefan Beller1-1/+1
2013-07-19Documentation: "git reset <tree-ish> <pathspec>" takes a tree-ish, not tree-shStefan Beller1-1/+1
2013-07-18Update draft release notes to 1.8.4Junio C Hamano1-0/+16
2013-07-18show-branch: fix description of --date-orderThomas Rast1-3/+3
2013-07-18apply, entry: speak of submodules instead of subprojectsThomas Rast2-3/+3
2013-07-18.mailmap: combine more (email, name) to individual personsStefan Beller1-3/+7
2013-07-18parse_object_buffer: correct freeing the bufferStefan Beller1-4/+3
2013-07-18blame-options.txt: explain that -L <start> and <end> are optionalEric Sunshine1-2/+5
2013-07-18blame-options.txt: place each -L option variation on its own lineEric Sunshine1-1/+2
2013-07-18t8001/t8002 (blame): add blame -L :funcname testsEric Sunshine1-2/+46
2013-07-18t8001/t8002 (blame): add blame -L testsEric Sunshine1-3/+101
2013-07-18t8001/t8002 (blame): modernize styleEric Sunshine3-112/+127
2013-07-18line-range: fix "blame -L X,-N" regressionEric Sunshine1-0/+7
2013-07-18.mailmap: René Scharfe has a new email addressRené Scharfe1-1/+1
2013-07-18show-ref: make --head always show the HEAD refDoug Bell3-6/+179
2013-07-18Documentation/git-log.txt: capitalize section namesMatthieu Moy1-4/+4
2013-07-18Documentation: move description of -s, --no-patch to diff-options.txtMatthieu Moy2-4/+5
2013-07-18Documentation/git-show.txt: include common diff options, like git-log.txtMatthieu Moy1-0/+9
2013-07-18diff: allow --patch & cie to override -s/--no-patchMatthieu Moy2-11/+35
2013-07-18diff: allow --no-patch as synonym for -sMatthieu Moy3-1/+14
2013-07-18t4000-diff-format.sh: modernize styleMatthieu Moy1-9/+9
2013-07-17git-log.txt: fix typesetting of example "git-log -L" invocationEric Sunshine1-1/+1
2013-07-17git: ensure 0/1/2 are open in main()Thomas Rast1-0/+7
2013-07-17daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast4-21/+17
2013-07-17request-pull: improve error message for invalid revision argsDirk Wallenstein1-2/+12
2013-07-15Update draft release notes to 1.8.4Junio C Hamano1-29/+29
2013-07-15Git 1.8.3.3v1.8.3.3Junio C Hamano3-2/+24
2013-07-15Revert "git-clone.txt: remove the restriction on pushing from a shallow clone"Junio C Hamano1-7/+5
2013-07-15mailmap: style fixesJunio C Hamano1-15/+27
2013-07-15mailmap: debug: avoid passing NULL to fprintf() '%s' conversion specificationEric Sunshine1-6/+9
2013-07-15mailmap: debug: eliminate -Wformat field precision type warningEric Sunshine1-3/+3
2013-07-15mailmap: debug: fix malformed fprintf() format conversion specificationEric Sunshine1-1/+1
2013-07-15mailmap: debug: fix out-of-order fprintf() argumentsEric Sunshine1-1/+1
2013-07-15mailmap: do not downcase mailmap entriesJunio C Hamano2-13/+9
2013-07-15t4203: demonstrate loss of uppercase characters in canonical emailEric Sunshine1-0/+9
2013-07-15mailmap: do not lose single-letter namesJunio C Hamano2-2/+2
2013-07-15t4203: demonstrate loss of single-character name in mailmap entryEric Sunshine1-0/+9
2013-07-15.mailmap: Combine more (email, name) to individual personsStefan Beller1-7/+35
2013-07-12.mailmap: Map email addresses to namesStefan Beller1-25/+110
2013-07-12Update draft release notes for 1.8.4Junio C Hamano1-0/+7
2013-07-12git-clone.txt: remove the restriction on pushing from a shallow cloneNguyễn Thái Ngọc Duy1-5/+7
2013-07-12run-command: dup_devnull(): guard against syscalls failingThomas Rast1-1/+4
2013-07-12git_mkstemps: correctly test return value of open()Dale R. Worley1-1/+1
2013-07-12pack-revindex: radix-sort the revindexJeff King1-5/+95
2013-07-12pack-revindex: use unsigned to store number of objectsJeff King1-4/+4