summaryrefslogtreecommitdiffstats
path: root/ws.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees6-18/+31
2014-07-07hashmap: improve struct hashmap member documentationKarsten Blees1-4/+12
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees8-40/+29
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg1-1/+1
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King1-2/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg2-2/+2
2014-06-27gitk: Add visiblerefs option, which lists always-shown branchesMax Kirillov1-4/+6
2014-06-27gitk: Catch mkdtemp errorsDavid Aguilar1-1/+3
2014-06-25Fifth batch for 2.1Junio C Hamano1-2/+14
2014-06-25Git 2.0.1v2.0.1Junio C Hamano4-3/+119
2014-06-20Fourth batch for 2.1Junio C Hamano1-0/+9
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler5-34/+15
2014-06-20name-hash.c: replace cache_name_compare() with memcmp(3)Jeremiah Mahler1-1/+1
2014-06-19git-submodule.sh: avoid "echo" path-like valuesJunio C Hamano1-8/+8
2014-06-19git-submodule.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-12/+20
2014-06-18refs.c: SSE2 optimizations for check_refname_componentDavid Turner4-18/+250
2014-06-18Update of unicode_width.h to Unicode Version 7.0Torsten Bögershausen1-7/+42
2014-06-18http: fix charset detection of extract_content_type()Yi EungJun3-2/+11
2014-06-16rebase--merge: fix --skip with two conflicts in a rowbrian m. carlson2-2/+18
2014-06-16Third batch for 2.1Junio C Hamano1-0/+80
2014-06-16http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616Yi EungJun1-1/+1
2014-06-15gitk: Use mktemp -d to avoid predictable temporary directoriesDavid Aguilar1-1/+2
2014-06-15gitk: Show staged submodules regardless of ignore configJens Lehmann1-3/+10
2014-06-15gitk: Honor TMPDIR when viewing external diffsDavid Aguilar2698-665344/+6212
2014-06-15gitk: Allow displaying time zones from author and commit dates timestampsAnders Kaseorg1-1/+23
2014-06-15gitk: Switch to patch mode when searching for line originMax Kirillov1-2/+6
2014-06-15gitk: Replace SHA1 entry field on keyboard pasteIlya Bobyr1-0/+1
2014-06-14submodule: document "sync --recursive"Matthew Chen1-1/+1
2014-06-13blame: simplify prepare_lines()René Scharfe1-13/+7
2014-06-13blame: factor out get_next_line()René Scharfe1-18/+10
2014-06-13completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesSteffen Prohaska2-0/+37
2014-06-13t0008: do not depend on 'echo' handling backslashes speciallyJunio C Hamano1-6/+8
2014-06-13reuse cached commit buffer when parsing signaturesJeff King3-19/+12
2014-06-13commit: record buffer length in cacheJeff King16-38/+68
2014-06-13commit: convert commit->buffer to a slabJeff King2-8/+13
2014-06-13commit-slab: provide a static initializerJeff King1-0/+12
2014-06-13use get_commit_buffer everywhereJeff King7-9/+33
2014-06-13convert logmsg_reencode to get_commit_bufferJeff King6-35/+16
2014-06-13use get_commit_buffer to avoid duplicate codeJeff King2-27/+7
2014-06-13use get_cached_commit_buffer where appropriateJeff King3-3/+3
2014-06-13provide helpers to access the commit bufferJeff King2-0/+49
2014-06-13provide a helper to set the commit bufferJeff King4-3/+14
2014-06-13provide a helper to free commit bufferJeff King6-9/+30
2014-06-13git-p4: fix submit in non --prepare-p4-only modeMaxime Coste1-6/+6
2014-06-13git-gui: tolerate major version changes when comparing the git versionJens Lehmann1-2/+2
2014-06-13git-gui: show staged submodules regardless of ignore configJens Lehmann2-1/+8
2014-06-12t7700: drop explicit --no-pack-kept-objects from .keep testJeff King1-1/+1
2014-06-12pull: do not abuse 'break' inside a shell 'case'Jacek Konieczny1-2/+0
2014-06-12sequencer: use logmsg_reencode in get_messageJeff King1-40/+5
2014-06-12logmsg_reencode: return const bufferJeff King5-16/+23