summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-15Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano2-4/+2
2006-05-15Install git-send-email by defaultEric Wong2-7/+4
2006-05-15Fix compilation on newer NetBSD systemsDennis Stosberg1-1/+3
2006-05-15Merge branch 'fix' into maintJunio C Hamano1-0/+2
2006-05-14Ensure author & committer before asking for commit message.Sean1-0/+2
2006-05-14Merge branch 'fix' into maintJunio C Hamano2-0/+2
2006-05-14include header to define uint32_t, necessary on Mac OS XBen Clifford2-0/+2
2006-05-13git config syntax updatesLinus Torvalds3-20/+90
2006-05-13Another config file parsing fix.sean1-1/+3
2006-05-13checkout: use --aggressive when running a 3-way merge (-m).Junio C Hamano1-1/+1
2006-05-13Fix git-pack-objects for 64-bit platformsDennis Stosberg2-2/+2
2006-05-09revert/cherry-pick: use aggressive merge.Linus Torvalds1-1/+1
2006-05-09read-cache.c: use xcalloc() not calloc()Yakov Lerner1-1/+1
2006-05-09apply: fix infinite loop with multiple patches with --indexEric Wong1-9/+9
2006-05-08Separate object name errors from usage errorsDmitry V. Levin13-25/+36
2006-05-08Documentation: {caret} fixes (git-rev-list.txt)Junio C Hamano1-3/+4
2006-05-08Fix "git diff --stat" with long filenamesLinus Torvalds1-1/+1
2006-05-07Fix repo-config set-multivar error return path.Junio C Hamano1-12/+6
2006-05-07repack: honor -d even when no new pack was createdMartin Waitz1-7/+7
2006-05-07clone: keep --reference even with -l -sMartin Waitz2-1/+79
2006-05-07repo-config: document what value_regexp does a bit more clearly.Junio C Hamano1-4/+5
2006-05-07Release config lock if the regex is invalidPavel Roskin1-0/+2
2006-05-07core-tutorial.txt: escape asteriskMatthias Lederhofer1-1/+1
2006-05-05core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano6-11/+17
2006-05-05repo-config: trim white-space before commentJohannes Schindelin1-6/+6
2006-05-05Fix for config file section parsing.sean1-2/+3
2006-05-03Add a few more words to the glossary.v1.3.2Jon Loeliger1-12/+51
2006-05-03Added definitions for a few words:Jon Loeliger2-1/+34
2006-05-03Alphabetize the glossary.Jon Loeliger1-169/+170
2006-05-03fix various typos in documentationMatthias Kestenholz3-4/+4
2006-05-02git-send-email: fix version string to be valid perlMartin Langhoff1-1/+8
2006-05-02Give the user a hint for how to continue in the case that git-am fails becaus...Robert Shearman1-3/+23
2006-04-30git-format-patch: Use rfc2822 compliant date.Huw Davies1-5/+4
2006-04-28Fix trivial typo in git-log man page.Sean Estabrooks1-4/+3
2006-04-28Properly render asciidoc "callouts" in git man pages.Sean Estabrooks2-1/+17
2006-04-28Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks6-108/+104
2006-04-28Update the git-branch man page to include the "-r" option,Sean Estabrooks2-19/+40
2006-04-28annotate: display usage information if no filename was givenMatthias Kestenholz1-3/+4
2006-04-28annotate: fix warning about uninitialized scalarMatthias Kestenholz1-0/+3
2006-04-28git-am --resolved: more usable error message.Junio C Hamano1-0/+7
2006-04-27verify-pack: check integrity in a saner order.Junio C Hamano1-3/+3
2006-04-26commit-tree.c: check_valid() microoptimization.Junio C Hamano1-6/+5
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds4-18/+29
2006-04-26rebase: typofix.Junio C Hamano1-1/+1
2006-04-24socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn1-1/+1
2006-04-24Document the configuration filePetr Baudis3-14/+198
2006-04-24Document git-var -l listing also configuration variablesPetr Baudis1-1/+4
2006-04-24rev-parse: better error message for ambiguous argumentsPaul Mackerras1-2/+10
2006-04-21git-log produces no outputLinus Torvalds1-0/+2
2006-04-21fix pack-object buffer sizeNicolas Pitre1-1/+1
2006-04-21mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano1-5/+7
2006-04-20Reintroduce svn pools to solve the memory leak.Santi_Béjar1-1/+3
2006-04-20pack-objects: do not stop at object that is "too small"Junio C Hamano1-1/+1
2006-04-20git-commit --amend: two fixes.Junio C Hamano2-7/+16
2006-04-19pre-commit hook: complain about conflict markers.Junio C Hamano1-0/+3
2006-04-19git-merge: a bit more readable user guidance.Junio C Hamano1-1/+1
2006-04-18Document git-clone --referenceShawn Pearce1-1/+20
2006-04-18Fix filename scaling for binary filesJonas Fonseca1-3/+4
2006-04-18GIT 1.3.0v1.3.0Junio C Hamano1-1/+1
2006-04-18Add git-annotate(1) and git-blame(1)Jonas Fonseca4-1/+92
2006-04-18diff --stat: make sure to set recursive.Junio C Hamano3-5/+10
2006-04-18git-svnimport symlink supportHerbert Valerio Riedel1-2/+16
2006-04-17packed_object_info_detail(): check for corrupt packfile.Junio C Hamano1-2/+4
2006-04-17cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn1-3/+1
2006-04-17cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn1-11/+28
2006-04-17cleanups: Remove impossible case in quote.cSerge E. Hallyn1-2/+0
2006-04-17cleanups: Remove unused vars from combine-diff.cSerge E. Hallyn1-10/+2
2006-04-17cleanups: Fix potential bugs in connect.cSerge E. Hallyn1-4/+14
2006-04-17Merge branch 'jc/boundary'Junio C Hamano4-10/+36
2006-04-17Merge branch 'jc/bottomless'Junio C Hamano1-0/+2
2006-04-17Allow empty lines in info/graftsYann Dirson1-1/+1
2006-04-16rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano4-10/+36
2006-04-16Makefile fixups.A Large Angry SCM2-2/+2
2006-04-16Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-2/+3
2006-04-17gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras1-2/+3
2006-04-16reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano1-1/+3
2006-04-16pager: do not fork a pager if PAGER is set to empty.Johannes Schindelin1-7/+10
2006-04-15diff-options: add --patch-with-statJohannes Schindelin3-1/+22
2006-04-15diff-files --stat: do not dump core with unmerged index.Junio C Hamano1-4/+17
2006-04-15Support "git cmd --help" syntaxLinus Torvalds1-0/+6
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano2-3/+3
2006-04-15diff-tree: typefix.Junio C Hamano1-1/+1
2006-04-14GIT v1.3.0-rc4v1.3.0-rc4Junio C Hamano1-1/+1
2006-04-14Merge branch 'dl/xdiff'Junio C Hamano2-5/+110
2006-04-14Merge branch 'js/diffstat'Junio C Hamano4-7/+226
2006-04-14Merge branch 'jc/fix5500'Junio C Hamano1-19/+14
2006-04-14rev-list --bisect: limit list before bisecting.Junio C Hamano1-0/+2
2006-04-14Clean up trailing whitespace when pretty-printing commitsLinus Torvalds1-10/+5
2006-04-14"git cmd -h" for shell scripts.Junio C Hamano1-1/+1
2006-04-14git-log <diff-options> <paths> documentationJunio C Hamano1-4/+20
2006-04-14Retire git-log.sh (take #4)Junio C Hamano1-15/+0
2006-04-14stripspace: incomplete line fix (take #2)Junio C Hamano1-1/+3
2006-04-13t5500: test fixJunio C Hamano1-19/+14
2006-04-13diff --stat: no need to ask funcnames nor context.Junio C Hamano1-2/+2
2006-04-13Fix-up previous expr changes.Junio C Hamano2-3/+3
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin1-5/+5
2006-04-13xdiff: post-process hunks to make them consistent.Davide Libenzi2-5/+110
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin4-7/+226
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding9-30/+30
2006-04-13t3600-rm: skip failed-remove test when we cannot make an unremovable file.Junio C Hamano1-3/+15
2006-04-13Use less memory in "git log"Linus Torvalds1-0/+2
2006-04-13git-log: do not output excess blank line between commitsJunio C Hamano1-1/+1
2006-04-13Makefile: $(MAKE) check-docsJunio C Hamano1-0/+20
2006-04-13Documentation: add a couple of missing docs.Junio C Hamano3-0/+93
2006-04-12Merge branch 'jc/combine' into nextJunio C Hamano5-60/+24
2006-04-12Merge branch 'master' into jc/combineJunio C Hamano4-58/+22
2006-04-12combine-diff: type fix.Junio C Hamano1-2/+2
2006-04-12stripspace: make sure not to leave an incomplete line.Junio C Hamano1-3/+8
2006-04-12git-commit: do not muck with commit message when no_edit is set.Junio C Hamano1-5/+12
2006-04-12When showing a commit message, do not lose an incomplete line.Linus Torvalds1-2/+2
2006-04-11Retire t5501-old-fetch-and-upload test.Junio C Hamano1-48/+0
2006-04-11Merge branch 'jc/combine' into nextJunio C Hamano1-26/+37
2006-04-11Merge branch 'jc/diff' into nextJunio C Hamano9-47/+77
2006-04-11combine-diff: fix hunks at the end (take #2).Junio C Hamano1-28/+21
2006-04-11combine-diff: do not lose hunks with only deletion at end.Junio C Hamano1-11/+29
2006-04-11Merge branch 'ds/index' into nextJunio C Hamano3-9/+14
2006-04-11Merge branch 'jc/withraw' into nextJunio C Hamano4-0/+7
2006-04-11Replace index() with strchr().Dennis Stosberg2-7/+7
2006-04-11Solaris 9 also wants our own unsetenv/setenv.Dennis Stosberg1-0/+4
2006-04-11Retire git-log.sh (take #3)Junio C Hamano1-2/+3
2006-04-11Separate the raw diff and patch with a newlinePetr Baudis2-0/+2
2006-04-11Document --patch-with-rawPetr Baudis2-0/+5
2006-04-10Merge branch 'eb/apply' into nextJunio C Hamano2-19/+112
2006-04-10Merge branch 'jc/withraw' into nextJunio C Hamano7-125/+95
2006-04-10diff-* --patch-with-rawJunio C Hamano3-33/+61
2006-04-10Implement limited context matching in git-apply.Eric W. Biederman2-19/+112
2006-04-10Retire git-log.sh (take#2)Junio C Hamano1-3/+3
2006-04-10blame and friends: adjust to multiple pathspec change.Junio C Hamano6-23/+34
2006-04-10Retire git-log.shJunio C Hamano1-3/+8
2006-04-10git log --full-diffJunio C Hamano1-1/+12
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano4-24/+32
2006-04-10Merge branch 'master' into jc/diffJunio C Hamano10-108/+45
2006-04-10Merge branch 'lt/rev'Junio C Hamano4-18/+18
2006-04-10Retire diffcore-pathspec.Junio C Hamano5-81/+11
2006-04-09Improve the git-diff-tree -c/-cc documentationPetr Baudis1-9/+16
2006-04-09Merge branch 'jc/diff' into nextJunio C Hamano5-205/+255
2006-04-09git log [diff-tree options]...Junio C Hamano1-1/+31
2006-04-09log-tree: separate major part of diff-tree.Junio C Hamano4-204/+224
2006-04-08Make "--parents" logs also be incrementalLinus Torvalds4-18/+18
2006-04-08xdiff/xdiffi.c: fix warnings about possibly uninitialized variablesMarco Roeland1-2/+3
2006-04-08diffcore-rename: fix merging back a broken pair.Junio C Hamano1-4/+10
2006-04-08diff: fix output of total-rewrite diff.Junio C Hamano1-2/+3
2006-04-08git-log: match rev-list --abbrev and --abbrev-commitJunio C Hamano1-2/+13
2006-04-07Merge branch 'master' into nextJunio C Hamano1-1/+1
2006-04-07GIT 1.3.0-rc3v1.3.0-rc3Junio C Hamano1-1/+1
2006-04-07Merge branch 'kh/svn'Junio C Hamano1-5/+10
2006-04-07Merge branch 'jc/thinpack'Junio C Hamano1-48/+236
2006-04-07Merge branch 'jc/date'Junio C Hamano1-21/+56
2006-04-07Merge branch 'nh/http'Junio C Hamano2-2/+287
2006-04-07Merge branch 'ew/rev-abbrev'Junio C Hamano1-1/+14
2006-04-07Merge branch 'jc/blame'Junio C Hamano7-302/+419
2006-04-07Merge branch 'master' into nextJunio C Hamano4-11/+30
2006-04-07Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-2/+2
2006-04-07Merge branch 'maint'Junio C Hamano3-9/+28
2006-04-07count-delta: match get_delta_hdr_size() changes.v1.2.6Junio C Hamano1-2/+2
2006-04-07check patch_delta bounds more carefullyNicolas Pitre3-9/+28
2006-04-07Merge branch 'jc/thinpack' into nextJunio C Hamano1-48/+236
2006-04-07Merge branch 'ew/rev-abbrev' into nextJunio C Hamano1-1/+14
2006-04-07Merge branch 'jc/blame' into nextJunio C Hamano6-67/+135
2006-04-07Merge branch 'kh/svn' into nextJunio C Hamano4-5/+647
2006-04-07git-svnimport: Don't assume that copied files haven't changedKarl Hasselström1-5/+10
2006-04-07rev-list --abbrev-commitJunio C Hamano1-1/+14
2006-04-07Thin pack generation: optimization.Junio C Hamano1-48/+236
2006-04-07Add Documentation/technical/pack-format.txtJunio C Hamano1-0/+111
2006-04-07Added Packing Heursitics IRC writeup.Jon Loeliger1-0/+466
2006-04-07blame -S <ancestry-file>Junio C Hamano3-60/+127
2006-04-06Match ofs/cnt types in diff interface.Junio C Hamano3-7/+8
2006-04-05Add documentation for git-imap-send.Mike McCormack1-0/+60
2006-04-05Merge branch 'master' into nextJunio C Hamano1-0/+1
2006-04-05blame.c: fix completely broken ancestry traversal.Junio C Hamano1-0/+1
2006-04-06gitk: Fix incorrect invocation of getmergedifflinePaul Mackerras1-1/+1
2006-04-06[PATCH] gitk: Fix searching for filenames in gitkPavel Roskin1-1/+1
2006-04-05Merge branch 'jc/date' into nextJunio C Hamano4-129/+312
2006-04-05date parsing: be friendlier to our European friends.Junio C Hamano1-21/+56
2006-04-05Tweaks to make asciidoc play nice.Francis Daly1-4/+5
2006-04-05Merge branch 'jc/blame' into nextJunio C Hamano1-93/+67
2006-04-05Merge branch 'nh/http' into nextJunio C Hamano1-1/+3
2006-04-05blame: use built-in xdiffJunio C Hamano1-93/+67
2006-04-05git-commit: document --amendMarco Roeland1-1/+23
2006-04-05Merge branch 'jc/clone'Junio C Hamano1-19/+28
2006-04-05Merge branch 'pb/regex'Junio C Hamano4-16/+57
2006-04-05Avoid a crash if realloc returns a different pointer.Mike McCormack1-0/+1
2006-04-05Avoid a divide by zero if there's no messages to send.Mike McCormack1-1/+6
2006-04-05Fix compile with expat, but an old curl versionJohannes Schindelin1-1/+3
2006-04-05Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-106/+225
2006-04-05Merge branch 'jc/combine' into nextJunio C Hamano3-46/+49
2006-04-05combine-diff: move the code to parse hunk-header into common library.Junio C Hamano3-46/+49
2006-04-05Merge branches 'master' and 'jc/combine' into nextJunio C Hamano9-68/+243
2006-04-05Add git-clean commandPavel Roskin4-1/+132
2006-04-05Merge branch 'fix'Junio C Hamano2-21/+27
2006-04-05diff_flush(): leakfix.Junio C Hamano1-19/+25
2006-04-05combine-diff: refactor built-in xdiff interface.Junio C Hamano4-46/+84
2006-04-04parse_date(): fix parsing 03/10/2006Junio C Hamano1-2/+2
2006-04-04Merge branch 'nh/http' into nextJunio C Hamano3-6/+285
2006-04-04http-fetch: add optional DAV-based pack listNick Hengeveld2-1/+284
2006-04-05[PATCH] Provide configurable UI font for gitkKeith Packard1-6/+17
2006-04-05[PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding1-1/+1
2006-04-05[PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing1-6/+69
2006-04-04Merge branch 'pb/regex' into nextJunio C Hamano1-2/+2
2006-04-04On some platforms, certain headers need to be included before regex.hJohannes Schindelin1-2/+2