summaryrefslogtreecommitdiffstats
path: root/string-list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-14t/rebase: add failing tests for a peculiar revisionRamkumar Ramachandra2-0/+22
2013-06-12Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory existSlava Kardakov1-2/+2
2013-06-12contrib: drop blameview/ directoryJeff King2-164/+0
2013-06-11t0070 "mktemp to unwritable directory" needs SANITYTorsten Bögershausen1-1/+1
2013-06-11Update draft release notesJunio C Hamano1-1/+48
2013-06-11pre-push.sample: Make the script executableWieland Hoffmann1-0/+0
2013-06-10Git 1.8.3.1v1.8.3.1Junio C Hamano4-2/+22
2013-06-10mingw: make mingw_signal return the correct handlerErik Faye-Lund1-1/+3
2013-06-10completion: show can take both revlist and pathsRamkumar Ramachandra1-1/+1
2013-06-09submodule: remove redundant check for the_index.initializedRené Scharfe1-3/+2
2013-06-09Document .git/modulesFredrik Gustafsson1-0/+3
2013-06-07gitweb: fix problem causing erroneous project listCharles McGarvey1-1/+1
2013-06-07fetch-options.txt: prevent a wildcard refspec from getting misformattedJunio C Hamano1-1/+1
2013-06-06Update draft release notes to 1.8.4Junio C Hamano1-0/+23
2013-06-06t0005: skip signal death exit code test on WindowsJohannes Sixt1-1/+1
2013-06-06Update draft release notes to 1.8.4Junio C Hamano1-2/+37
2013-06-05test-send-email: test for pre-sanitized self nameMichael S. Tsirkin1-0/+5
2013-06-05t/send-email: test suppress-cc=self with non-asciiMichael S. Tsirkin1-0/+5
2013-06-05t/send-email: add test with quoted senderMichael S. Tsirkin1-0/+20
2013-06-05send-email: make --suppress-cc=self sanitize inputMichael S. Tsirkin1-8/+15
2013-06-05t/send-email: test suppress-cc=self on cccmdMichael S. Tsirkin1-1/+3
2013-06-05send-email: fix suppress-cc=self on cccmdMichael S. Tsirkin1-1/+1
2013-06-05git-remote-mediawiki: use Git.pm functions for credentialsBenoit Person1-57/+9
2013-06-04t/README: test_must_fail is for testing GitJunio C Hamano1-0/+3
2013-06-04Set the default help format to html for msys builds.Pat Thoyts1-0/+1
2013-06-04Ensure the resource file is rebuilt when the version changes.Pat Thoyts1-1/+1
2013-06-04Windows resource: handle dashes in the Git version gracefullyJohannes Schindelin1-1/+1
2013-06-04Provide a Windows version resource for the git executables.Pat Thoyts4-1/+32
2013-06-04msysgit: Add the --large-address-aware linker directive to the makefile.Pierre le Riche1-0/+1
2013-06-04Define NO_GETTEXT for Git for WindowsJohannes Schindelin1-0/+1
2013-06-04Makefile: Do not use OLD_ICONV on MINGW anymoreSebastian Schuberth1-1/+0
2013-06-03sha1_file: silence sha1_loose_object_infoThomas Rast1-1/+1
2013-06-03diffcore-pickaxe doc: document -S and -G properlyRamkumar Ramachandra2-26/+57
2013-06-03diffcore-pickaxe: make error messages more consistentRamkumar Ramachandra1-2/+2
2013-06-03completion: difftool takes both revs and filesRamkumar Ramachandra1-1/+1
2013-06-03git.txt: remove stale comment regarding GIT_WORK_TREEChris Rorvick1-3/+1
2013-06-03sha1_file: trivial style cleanupFelipe Contreras1-1/+1
2013-06-03read-cache: trivial style cleanupsFelipe Contreras1-2/+2
2013-06-03read-cache: fix wrong 'the_index' usageFelipe Contreras1-1/+1
2013-06-03test: fix post rewrite hook reportFelipe Contreras1-2/+2
2013-06-03t/send-email.sh: add test for suppress-cc=selfMichael S. Tsirkin1-0/+43
2013-06-03completion: avoid ls-remote in certain scenariosFelipe Contreras1-8/+2
2013-06-03Update draft release notes to 1.8.4Junio C Hamano1-0/+53
2013-06-03contrib: remove continuous/ and patches/Ramkumar Ramachandra3-628/+0
2013-06-03unpack-trees: free cache_entry array members for mergesRené Scharfe1-3/+10
2013-06-03diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe4-15/+26
2013-06-03diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe3-53/+63
2013-06-03unpack-trees: create working copy of merge entry in merged_entryRené Scharfe1-5/+12
2013-06-03unpack-trees: factor out dup_entryRené Scharfe1-3/+9
2013-06-03read-cache: mark cache_entry pointers constRené Scharfe2-10/+12