Skip to content

Commit

Permalink
Merge branch 'ac/color-graph'
Browse files Browse the repository at this point in the history
* ac/color-graph:
  graph API: Added logic for colored edges
  • Loading branch information
Junio C Hamano committed Apr 18, 2009
2 parents 0f9b55b + 427fc5b commit 1a1f063
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 48 deletions.
1 change: 1 addition & 0 deletions color.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define GIT_COLOR_GREEN "\033[32m"
#define GIT_COLOR_YELLOW "\033[33m"
#define GIT_COLOR_BLUE "\033[34m"
#define GIT_COLOR_MAGENTA "\033[35m"
#define GIT_COLOR_CYAN "\033[36m"
#define GIT_COLOR_BG_RED "\033[41m"

Expand Down
Loading

0 comments on commit 1a1f063

Please sign in to comment.