summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-13use logical OR (||) instead of binary OR (|) in logical contextLibravatar René Scharfe3-6/+6
2013-06-11Merge branch 'maint-1.8.2' into maintLibravatar Junio C Hamano2-1/+1
2013-06-11t0070 "mktemp to unwritable directory" needs SANITYLibravatar Torsten Bögershausen1-1/+1
2013-06-11pre-push.sample: Make the script executableLibravatar Wieland Hoffmann1-0/+0
2013-06-10Git 1.8.3.1Libravatar Junio C Hamano4-2/+22
2013-06-10mingw: make mingw_signal return the correct handlerLibravatar Erik Faye-Lund1-1/+3
2013-06-09Merge branch 'jn/config-ignore-inaccessible' into maintLibravatar Junio C Hamano5-15/+22
2013-06-09Merge branch 'kb/status-ignored-optim-2' into maintLibravatar Junio C Hamano2-0/+21
2013-06-09read-cache: free cache in discard_indexLibravatar René Scharfe1-2/+3
2013-06-09read-cache: add simple performance testLibravatar René Scharfe4-0/+29
2013-06-09submodule: remove redundant check for the_index.initializedLibravatar René Scharfe1-3/+2
2013-06-09Document .git/modulesLibravatar Fredrik Gustafsson1-0/+3
2013-06-07t4011: remove SYMLINKS prerequisiteLibravatar Johannes Sixt1-10/+25
2013-06-07t6035: use test_ln_s_add to remove SYMLINKS prerequisiteLibravatar Johannes Sixt1-26/+47
2013-06-07t3509, t4023, t4114: use test_ln_s_add to remove SYMLINKS prerequisiteLibravatar Johannes Sixt3-36/+33
2013-06-07t3100: use test_ln_s_add to remove SYMLINKS prerequisiteLibravatar Johannes Sixt1-27/+15
2013-06-07t3030: use test_ln_s_add to remove SYMLINKS prerequisiteLibravatar Johannes Sixt1-36/+26
2013-06-07t0000: use test_ln_s_add to remove SYMLINKS prerequisiteLibravatar Johannes Sixt1-29/+10
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Libravatar Johannes Sixt19-110/+106
2013-06-07tests: introduce test_ln_s_addLibravatar Johannes Sixt2-0/+31
2013-06-07t3010: modernize styleLibravatar Johannes Sixt1-62/+61
2013-06-07gitweb: fix problem causing erroneous project listLibravatar Charles McGarvey1-1/+1
2013-06-06sequencer: avoid leaking message buffer when refusing to create an empty commitLibravatar Felipe Contreras1-2/+4
2013-06-05test-send-email: test for pre-sanitized self nameLibravatar Michael S. Tsirkin1-0/+5
2013-06-05t/send-email: test suppress-cc=self with non-asciiLibravatar Michael S. Tsirkin1-0/+5
2013-06-05t/send-email: add test with quoted senderLibravatar Michael S. Tsirkin1-0/+20
2013-06-05send-email: make --suppress-cc=self sanitize inputLibravatar Michael S. Tsirkin1-8/+15
2013-06-05t/send-email: test suppress-cc=self on cccmdLibravatar Michael S. Tsirkin1-1/+3
2013-06-05send-email: fix suppress-cc=self on cccmdLibravatar Michael S. Tsirkin1-1/+1
2013-06-04t/README: test_must_fail is for testing GitLibravatar Junio C Hamano1-0/+3
2013-06-03sequencer: remove useless indentationLibravatar Felipe Contreras1-7/+9
2013-06-03diffcore-pickaxe doc: document -S and -G properlyLibravatar Ramkumar Ramachandra2-26/+57
2013-06-03diffcore-pickaxe: make error messages more consistentLibravatar Ramkumar Ramachandra1-2/+2
2013-06-03git.txt: remove stale comment regarding GIT_WORK_TREELibravatar Chris Rorvick1-3/+1
2013-06-03sha1_file: trivial style cleanupLibravatar Felipe Contreras1-1/+1
2013-06-03read-cache: trivial style cleanupsLibravatar Felipe Contreras1-2/+2
2013-06-03read-cache: fix wrong 'the_index' usageLibravatar Felipe Contreras1-1/+1
2013-06-03t/send-email.sh: add test for suppress-cc=selfLibravatar Michael S. Tsirkin1-0/+43
2013-06-02test-chmtime: Fix exit code on WindowsLibravatar Johannes Sixt1-4/+4
2013-06-02dir.c: fix ignore processing within not-ignored directoriesLibravatar Karsten Blees2-0/+21
2013-06-02wildmatch: properly fold case everywhereLibravatar Anthony Ramine2-6/+56
2013-06-02Test 'commit --only' after 'checkout --orphan'Libravatar Thomas Rast1-0/+13
2013-06-02sha1_name: fix error message for @{<N>}, @{<date>}Libravatar Ramkumar Ramachandra1-1/+10
2013-05-29push: make push.default = current use resolved HEADLibravatar Ramkumar Ramachandra1-1/+1
2013-05-29push: fail early with detached HEAD and currentLibravatar Ramkumar Ramachandra1-0/+5
2013-05-29Start 1.8.3.1 maintenance trackLibravatar Junio C Hamano1-1/+1
2013-05-29Merge branch 'maint-1.8.2' into maintLibravatar Junio C Hamano1-1/+1
2013-05-29archive-zip:write_zip_entry: Remove second reset of size variable to zero.Libravatar Stefan Beller1-1/+0
2013-05-29difftool --dir-diff: allow changing any clean working tree fileLibravatar Kenichi Saita2-7/+21
2013-05-29push: factor out the detached HEAD error messageLibravatar Ramkumar Ramachandra1-6/+8