summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-06do not segfault if make_cache_entry failedLibravatar Dmitry Potapov2-0/+5
2008-10-06make prefix_path() never return NULLLibravatar Dmitry Potapov1-7/+2
2008-10-06fix bogus "diff --git" header from "diff --no-index"Libravatar Linus Torvalds2-0/+25
2008-10-06Fix fetch/clone --quiet when stdout is connectedLibravatar Tuncer Ayaz1-2/+2
2008-10-05builtin-blame: Fix blame -C -C with submodules.Libravatar Alexander Gavrilov1-0/+2
2008-10-05bash: remove fetch, push, pull dashed form leftoversLibravatar SZEDER Gábor1-27/+9
2008-10-03Makefile: do not set NEEDS_LIBICONV for Solaris 8Libravatar Jeff King1-1/+0
2008-10-03rebase -i: remove leftover debuggingLibravatar SZEDER Gábor1-1/+1
2008-10-02rebase -i: proper prepare-commit-msg hook argument when squashingLibravatar SZEDER Gábor1-6/+11
2008-10-02gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shLibravatar Jakub Narebski1-0/+49
2008-10-02gitweb: Fix two 'uninitialized value' warnings in git_tree()Libravatar Jakub Narebski1-1/+2
2008-10-02Solaris: Use OLD_ICONV to avoid compile warningsLibravatar David Soria Parra1-0/+1
2008-10-02gitweb: remove PATH_INFO from $my_url and $my_uriLibravatar Giuseppe Bilotta1-0/+7
2008-10-01Improve git-log documentation wrt file filtersLibravatar martin f. krafft1-3/+6
2008-10-01Documentation: remove '\' in front of short optionsLibravatar SZEDER Gábor2-6/+6
2008-09-30git-svn: call 'fatal' correctly in set-treeLibravatar Luc Heinrich1-1/+1
2008-09-30Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)Libravatar Michael Prokop1-4/+4
2008-09-30t0024: add executable permissionLibravatar SZEDER Gábor1-0/+0
2008-09-29Merge branch 'bc/maint-diff-hunk-header-fix' into maintLibravatar Shawn O. Pearce5-49/+72
2008-09-29Merge branch 'mg/maint-remote-fix' into maintLibravatar Shawn O. Pearce1-8/+15
2008-09-29Clarify commit error message for unmerged filesLibravatar Rafael Garcia-Suarez1-1/+1
2008-09-29Use strchrnul() instead of strchr() plus manual workaroundLibravatar Johan Herland1-3/+1
2008-09-29Use remove_path from dir.c instead of own implementationLibravatar Alex Riesen3-49/+5
2008-09-29Add remove_path: a function to remove as much as possible of a pathLibravatar Alex Riesen2-0/+23
2008-09-29git-submodule: Fix "Unable to checkout" for the initial 'update'Libravatar Ping Yin1-2/+7
2008-09-29Clarify how the user can satisfy stash's 'dirty state' check.Libravatar Stephen Haberman1-1/+1
2008-09-26Remove empty directories in recursive mergeLibravatar Alex Riesen2-3/+12
2008-09-26Documentation: clarify the details of overriding LESS via core.pagerLibravatar Chris Frey1-2/+11
2008-09-26git-gui: Help identify aspell version on Windows tooLibravatar Gustaf Hendeby1-1/+1
2008-09-25Update release notes for 1.6.0.3Libravatar Shawn O. Pearce1-1/+17
2008-09-25checkout: Do not show local changes when in quiet modeLibravatar Jonas Fonseca1-1/+1
2008-09-24for-each-ref: Fix --format=%(subject) for log message without newlinesLibravatar Johan Herland1-2/+2
2008-09-24git-stash.sh: don't default to refs/stash if invalid ref suppliedLibravatar Brandon Casey1-2/+15
2008-09-24maint: check return of split_cmdline to avoid bad config stringsLibravatar Deskin Miller3-0/+14
2008-09-23builtin-prune.c: prune temporary packs in <object_dir>/pack directoryLibravatar Brandon Casey1-10/+12
2008-09-22t4018-diff-funcname: test syntax of builtin xfuncname patternsLibravatar Brandon Casey1-0/+11
2008-09-22Do not perform cross-directory renames when creating packsLibravatar Petr Baudis4-5/+5
2008-09-22Use dashless git commands in setgitperms.perlLibravatar Todd Zullinger1-2/+2
2008-09-22git-remote: do not use user input in a printf format stringLibravatar Johannes Sixt1-10/+8
2008-09-22make "git remote" report multiple URLsLibravatar Michael J Gruber1-8/+15
2008-09-21Check early that a new branch is new and validLibravatar Daniel Barkalow2-0/+22
2008-09-20diff hunk pattern: fix misconverted "\{" tex macro introducersLibravatar Junio C Hamano1-2/+2
2008-09-19diff: use extended regexp to find hunk headersLibravatar Junio C Hamano1-14/+17
2008-09-19Start draft release notes for 1.6.0.3Libravatar Junio C Hamano2-1/+30
2008-09-19git-repack uses --no-repack-object, not --no-repack-delta.Libravatar Mikael Magnusson2-2/+2
2008-09-19Typo "bogos" in format-patch error message.Libravatar Mikael Magnusson1-1/+1
2008-09-19builtin-clone: fix typoLibravatar Fabrizio Chiarello1-1/+1
2008-09-19Bust the ghost of long-defunct diffcore-pathspec.Libravatar Yann Dirson2-34/+22
2008-09-19completion: git commit should list --interactiveLibravatar Eric Raible1-1/+1
2008-09-18diff.*.xfuncname which uses "extended" regex's for hunk header selectionLibravatar Brandon Casey3-3/+8