summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-17upload-pack: send symbolic ref information as capabilityLibravatar Junio C Hamano1-5/+43
2013-09-17upload-pack.c: do not pass confusing cb_data to mark_our_ref()Libravatar Junio C Hamano1-1/+1
2013-09-17t5505: fix "set-head --auto with ambiguous HEAD" testLibravatar Junio C Hamano1-0/+1
2013-09-17t3200: fix failure on case-insensitive filesystemsLibravatar Eric Sunshine1-0/+1
2013-09-17t7406-submodule-update: add missing &&Libravatar Tay Ray Chuan1-1/+1
2013-09-12http-backend: provide Allow header for 405Libravatar Brian M. Carlson1-2/+4
2013-09-11Merge branch 'maint' of git://github.com/git-l10n/git-po into maintLibravatar Junio C Hamano1-11/+11
2013-09-11cvsserver: pick up the right mode bitsLibravatar Junio C Hamano1-1/+1
2013-09-10send-email: don't call methods on undefined valuesLibravatar Brian M. Carlson1-1/+1
2013-09-09upload-pack: bump keepalive default to 5 secondsLibravatar Jeff King2-2/+2
2013-09-09upload-pack: send keepalive packets during pack computationLibravatar Jeff King2-1/+35
2013-09-09branch.c: Relax unnecessary requirement on upstream's remote ref nameLibravatar Per Cederqvist2-3/+2
2013-09-09t3200: Add test demonstrating minor regression in 41c21f2Libravatar Johan Herland1-0/+34
2013-09-09Refer to branch.<name>.remote/merge when documenting --trackLibravatar Johan Herland1-2/+4
2013-09-09t3200: Minor fix when preparing for tracking failureLibravatar Johan Herland1-1/+2
2013-09-09t2024: Fix &&-chaining and a couple of typosLibravatar Johan Herland1-3/+3
2013-09-09rebase: fix run_specific_rebase's use of "return" on FreeBSDLibravatar Matthieu Moy1-1/+10
2013-09-08l10n: de.po: use "das Tag" instead of "der Tag"Libravatar Ralf Thielow1-11/+11
2013-09-05Merge branch 'nd/fetch-pack-shallow-fix' into maintLibravatar Junio C Hamano2-1/+19
2013-09-05Merge branch 'hv/config-from-blob' into maintLibravatar Junio C Hamano1-16/+16
2013-09-05Merge branch 'maint-1.8.3' into maintLibravatar Junio C Hamano1-2/+2
2013-09-05Merge branch 'maint-1.8.2' into maint-1.8.3Libravatar Junio C Hamano1-2/+2
2013-09-05Documentation/git-merge.txt: fix formatting of example blockLibravatar Andreas Schwab1-2/+2
2013-09-04add--interactive: fix external command invocation on WindowsLibravatar Johannes Sixt1-1/+1
2013-09-03Merge git://github.com/git-l10n/git-po into maintLibravatar Junio C Hamano2-718/+874
2013-09-03Merge branch 'maint-1.8.3' into maintLibravatar Junio C Hamano1-0/+1
2013-09-03Merge branch 'maint-1.8.2' into maint-1.8.3Libravatar Junio C Hamano1-0/+1
2013-09-03Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedLibravatar Nguyễn Thái Ngọc Duy2-5/+8
2013-08-30has_sha1_file: re-check pack directory before giving upLibravatar Jeff King1-1/+4
2013-08-30fix shell syntax error in templateLibravatar Thorsten Glaser1-0/+1
2013-08-30l10n: fr.po: hotfix for commit 6b388fcLibravatar Sebastien Helleu2-718/+874
2013-08-28builtin/fetch.c: Fix a sparse warningLibravatar Ramsay Jones1-1/+1
2013-08-28mailmap: handle mailmap blobs without trailing newlinesLibravatar Jeff King2-13/+24
2013-08-28Add testcase for needless objects during a shallow fetchLibravatar Matthijs Kooijman1-0/+11
2013-08-28list-objects: mark more commits as edges in mark_edges_uninterestingLibravatar Nguyễn Thái Ngọc Duy1-0/+17
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingLibravatar Nguyễn Thái Ngọc Duy6-9/+8
2013-08-28upload-pack: delegate rev walking in shallow fetch to pack-objectsLibravatar Nguyễn Thái Ngọc Duy2-99/+32
2013-08-28shallow: add setup_temporary_shallow()Libravatar Nguyễn Thái Ngọc Duy2-0/+24
2013-08-28shallow: only add shallow graft points to new shallow fileLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2013-08-26config: do not use C function names as struct membersLibravatar Jeff King1-16/+16
2013-08-25rebase -i: fix short SHA-1 collisionLibravatar Junio C Hamano2-1/+31
2013-08-25t3404: rebase -i: demonstrate short SHA-1 collisionLibravatar Eric Sunshine1-0/+24
2013-08-25t3404: make tests more self-containedLibravatar Eric Sunshine1-2/+63
2013-08-25fetch-pack: do not remove .git/shallow file when --depth is not specifiedLibravatar Nguyễn Thái Ngọc Duy2-1/+19
2013-08-24commit: search author pattern against mailmapLibravatar Antoine Pelisse2-1/+18
2013-08-23dir.c::test_one_path(): work around directory_exists_in_index_icase() breakageLibravatar Eric Sunshine2-9/+24
2013-08-23Git 1.8.4Libravatar Junio C Hamano2-1/+6
2013-08-22contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyLibravatar Brandon Casey1-1/+5
2013-08-21t9902-completion.sh: old Bash still does not support array+=('') notationLibravatar Brandon Casey1-1/+1
2013-08-21git-completion.bash: use correct Bash/Zsh array length syntaxLibravatar Brandon Casey1-1/+1