summaryrefslogtreecommitdiffstats
path: root/t/t4203-mailmap.sh (unfollow)
Commit message (Expand)AuthorFilesLines
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-13t4203: test check-mailmap command invocationEric Sunshine1-0/+43
2013-07-13builtin: add git-check-mailmap commandEric Sunshine8-0/+119
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-12do not die when error in config parsing of buf occursHeiko Voigt1-2/+8
2013-07-12teach config --blob option to parse config from databaseHeiko Voigt5-7/+193
2013-07-12config: make parsing stack struct independent from actual data sourceHeiko Voigt1-21/+43
2013-07-12config: drop cf validity check in get_next_char()Heiko Voigt1-16/+13
2013-07-12config: factor out config file stack managementHeiko Voigt1-14/+28
2013-07-12t0008: avoid SIGPIPE race condition on fifoJeff King1-2/+10
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
2013-07-12cat-file: split --batch input lines on whitespaceJeff King3-3/+34
2013-07-12cat-file: add %(objectsize:disk) format atomJeff King2-0/+24
2013-07-12cat-file: add --batch-check=<format>Jeff King3-26/+142
2013-07-11Update draft release notes to 1.8.4Junio C Hamano1-3/+76
2013-07-11cat-file: refactor --batch option parsingJeff King1-18/+38
2013-07-11cat-file: teach --batch to stream blob objectsJeff King1-13/+28
2013-07-11t1006: modernize output comparisonsJeff King1-43/+18
2013-07-10wt-status: use "format" function attribute for status_printfJeff King1-4/+4
2013-07-10use "sentinel" function attribute for variadic listsJeff King4-0/+5
2013-07-10add missing "format" function attributesJeff King4-1/+5
2013-07-09remote-http: use argv-arrayJunio C Hamano1-16/+16
2013-07-09range_set: fix coalescing bug when range is a subset of anotherEric Sunshine2-3/+4
2013-07-09t4211: fix broken test when one -L range is subset of anotherEric Sunshine2-5/+133
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy29-85/+93
2013-07-09commit: reject non-charactersPeter Krefting2-2/+23
2013-07-09describe: use argv-arrayJunio C Hamano1-15/+15
2013-07-09name-rev: allow converting the exact object name at the tip of a refJunio C Hamano1-1/+58
2013-07-08pull: change the description to "integrate" changesJohn Keeping2-2/+2
2013-07-08test-lint: detect 'export FOO=bar'Thomas Rast1-0/+1
2013-07-08t9902: fix 'test A == B' to use = operatorThomas Rast1-1/+1
2013-07-08remote.c: avoid O(m*n) behavior in match_push_refsBrandon Casey1-2/+25
2013-07-08git-remote-mediawiki: add preview subcommand into git mwBenoit Person2-2/+311
2013-07-08git-remote-mediawiki: add git-mw commandBenoit Person2-3/+64
2013-07-08git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Me...Benoit Person2-73/+89
2013-07-08git-remote-mediawiki: update tests to run with the new bin-wrapperBenoit Person1-6/+2
2013-07-08git-remote-mediawiki: add a git bin-wrapper for developementBenoit Person2-0/+20
2013-07-08wrap-for-bin: make bin-wrappers chainableBenoit Person2-1/+2
2013-07-08git-remote-mediawiki: introduction of Git::Mediawiki.pmBenoit Person2-3/+45
2013-07-08t0000: do not use export X=YTorsten Bögershausen1-1/+2
2013-07-08clone: drop connectivity check for local clonesJeff King2-5/+14
2013-07-08name-ref: factor out name shortening logic from name_ref()Junio C Hamano1-7/+12
2013-07-07push: avoid suggesting "merging" remote changesJohn Keeping1-6/+6
2013-07-07git-config(1): clarify precedence of multiple valuesJohn Keeping1-8/+12