summaryrefslogtreecommitdiffstats
path: root/read-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-30Documentation: Document --branch option in git clone synopsisDavid Soria Parra1-1/+1
2009-11-27builtin-apply.c: pay attention to -p<n> when determining the nameJunio C Hamano2-2/+20
2009-11-24pack-objects: split implications of --all-progress from progress activationNicolas Pitre4-5/+20
2009-11-24instaweb: restart server if already runningStephen Boyd1-0/+5
2009-11-24prune-packed: only show progress when stderr is a ttyJeff King1-1/+1
2009-11-20Documentation: undocument gc'd function graph_release()Greg Price2-6/+0
2009-11-16Git 1.6.5.3v1.6.5.3Junio C Hamano4-3/+67
2009-11-15Makefile: Ensure rpm packages can be read by older rpm versionsTodd Zullinger1-1/+4
2009-11-14git-add.txt: fix formatting of --patch sectionStephen Boyd1-4/+4
2009-11-11check-ref-format -h: it does not know the --print option yetJunio C Hamano1-1/+1
2009-11-10merge: do not setup worktree twiceJonathan Nieder1-1/+0
2009-11-10check-ref-format: update usage stringJonathan Nieder1-1/+5
2009-11-09Add intermediate build products to .gitignoreJonathan Nieder1-0/+1
2009-11-09format-patch: make "-p" suppress diffstatJeff King2-2/+28
2009-11-07pre-commit.sample: Diff against the empty tree when HEAD is invalidBjörn Steinbrink1-9/+9
2009-11-06gitweb: Fix blob linenr links in pathinfo modePetr Baudis1-1/+2
2009-11-05Fix documentation grammar typoGisle Aas1-1/+1
2009-11-04Allow curl helper to work without a local repositoryDaniel Barkalow1-1/+4
2009-11-04Require a struct remote in transport_get()Daniel Barkalow2-5/+8
2009-11-02Makefile: add compat/bswap.h to LIB_HDmitry V. Levin1-0/+1
2009-10-31imap-send.c: fix compiler warnings for OpenSSL 1.0Vietor Liu1-0/+4
2009-10-31diff --color-words: bit of clean-upJunio C Hamano1-14/+12
2009-10-30clone: detect extra argumentsJonathan Nieder1-1/+6
2009-10-30clone: fix help on optionsJunio C Hamano1-2/+4
2009-10-30push: fix typo in usageJeff King1-1/+1
2009-10-30More precise description of 'git describe --abbrev'Gisle Aas1-4/+13
2009-10-30ls-files: unbreak "ls-files -i"Jeff King3-2/+20
2009-10-30diff --color-words -U0: fix the location of hunk headersJohannes Schindelin2-1/+7
2009-10-30t4034-diff-words: add a test for word diff without contextMarkus Heidelberg1-0/+20
2009-10-28help -a: do not unnecessarily look for a repositoryJohannes Schindelin1-3/+3
2009-10-28Do not try to remove directories when removing old linksSebastian Schuberth1-1/+1
2009-10-28add-interactive: handle deletion of empty filesJeff King2-5/+30
2009-10-28rebase -i: more graceful handling of invalid commandsJan Krüger1-1/+6
2009-10-28help -i: properly error out if no info viewer can be foundGerrit Pape1-0/+1
2009-10-26push: always load default configJeff King1-2/+1
2009-10-26GIT 1.6.5.2v1.6.5.2Junio C Hamano4-3/+23
2009-10-25t7800-difftool: fix the effectless GIT_DIFFTOOL_PROMPT testMarkus Heidelberg1-1/+1
2009-10-24Work around option parsing bug in the busybox tar implementationAndreas Schwab1-1/+1
2009-10-24Fix list of released versions in the toc documentJunio C Hamano1-1/+1
2009-10-23Do not fail "describe --always" in a tag-less repositoryJunio C Hamano2-1/+3
2009-10-22Quote ' as \(aq in manpagesThomas Rast3-0/+28
2009-10-22Documentation/merge-options.txt: order options in alphabetical groupsJari Aalto1-43/+45
2009-10-22Documentation/git-pull.txt: Add subtitles above included option filesJari Aalto1-0/+7
2009-10-22Fix incorrect error check while reading deflated pack dataJunio C Hamano1-5/+3
2009-10-22blame: make sure that the last line ends in an LFJohannes Schindelin1-0/+6
2009-10-22git-clone.txt: Fix grammar and formattingBjörn Gustavsson1-13/+13
2009-10-22receive-pack: run "gc --auto --quiet" and optionally "update-server-info"Junio C Hamano2-0/+29
2009-10-22gc --auto --quiet: make the notice a bit less verboaseJunio C Hamano1-4/+7
2009-10-22Documentation/fetch-options.txt: order options alphabeticallyJari Aalto1-24/+24
2009-10-21modernize fetch/merge/pull examplesClemens Buchacher3-45/+66